Clean up .gitignore

To set up a personal .gitignore:

using Git Bash:
`echo shelve/ >> ~/.gitignore`
`git config --global core.excludesFile ~/.gitignore`

using Command Prompt, replace `~` with `%USERPROFILE%`
This commit is contained in:
majcosta
2023-05-23 20:02:42 -03:00
parent 27954babf5
commit dd004dc114
-3
View File
@@ -8,6 +8,3 @@
/out/
/CMakeSettings.json
/CMakeUserPresets.json
# My shelves
.shelve/