2022-10-20 23:44:04 +02:00
2022-10-20 23:43:33 +02:00
2022-10-20 23:44:04 +02:00
2022-10-20 23:43:33 +02:00
2022-10-20 21:48:47 +02:00
2022-10-20 23:43:33 +02:00

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
Description
No description provided
Readme 254 KiB
v0.4.0 Latest
2024-12-22 14:54:13 +01:00
Languages
Rust 100%