exclude IDE settings in .gitignore

.cache/ is created by Visual Studio Code
*.user are files created by Qt Creator
This commit is contained in:
John Lindgren 2024-04-17 23:07:50 -04:00
parent b4f3ffc27e
commit d91f1d9101

7
.gitignore vendored
View file

@ -1,2 +1,9 @@
# VS Code cache
.cache
# vim swap files
*.swp
*.swo
# Qt Creator settings
*.user