Files
source/.gitignore
T
majcosta dd004dc114 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%`
2023-05-23 20:02:42 -03:00

11 lines
117 B
Plaintext

# CLion
/.idea/
/cmake-build-*/
# Visual Studio 2022
/.vs/
/build/
/out/
/CMakeSettings.json
/CMakeUserPresets.json