Added base setting

This commit is contained in:
2022-10-20 23:43:33 +02:00
parent 56d8b7f6d4
commit 4d44b447d5
7 changed files with 663 additions and 8 deletions

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# Git ignore
Is an extension for easily adding ignored files to `.gitignore files`, when
added it will by default also try to remove any files matching the pattern added
to .gitignore, this is by default also run in interactive mode, giving you the
option to confirm or deny
```bash
$ git ignore 'node_modules/'
Added node_modules/ to .gitignore
Searching env for pattern...
found:
<gitroot>/client/node_modules
? Remove from git state? (Y)es/(N)o/(C)ontinue/(A)bort
```