A cli program to easily handle .gitignore files
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
860 B

4 years ago
4 years ago
  1. # gitig - Simple gitignore management
  2. [![Build Status](https://drone.schneider-hosting.de/api/badges/schneider/gitig/status.svg)](https://drone.schneider-hosting.de/schneider/gitig)
  3. `gitig` helps you to manage your .gitignore files more easily.
  4. When starting a new project, `gitig` will be there for you to download an
  5. example gitignore file for your project [from GitHub](https://github.com/github/gitignore).
  6. Check `gitig list-templates` to find all available templates and download it
  7. with `gitig get {template}`.
  8. During the project there will be always some files, which need to be ignored.
  9. Don't waste time with opening .gitignore in your editor and add a line there,
  10. just `gitig add {file}` and you're done. When ignoring concrete files, your
  11. shell will be there for you to complete the full filename.
  12. For more info check the help with `gitig help`