Go to file
Kasper Juul Hermansen 09cd5a7e31
Added scripts for installing command
2022-10-21 00:23:12 +02:00
crates/gitignore Added scripts for installing command 2022-10-21 00:23:12 +02:00
git-alias Added scripts for installing command 2022-10-21 00:23:12 +02:00
scripts Added scripts for installing command 2022-10-21 00:23:12 +02:00
.gitignore Added scripts for installing command 2022-10-21 00:23:12 +02:00
Cargo.lock Added base setting 2022-10-20 23:43:33 +02:00
Cargo.toml Add base commit 2022-10-20 21:48:47 +02:00
README.md Added base setting 2022-10-20 23:43:33 +02:00

README.md

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

$ 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