added more files
This commit is contained in:
61
.gitignore
vendored
Normal file
61
.gitignore
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
#Ignore thumbnails created by Windows
|
||||
Thumbs.db
|
||||
#Ignore files built by Visual Studio
|
||||
*.user
|
||||
*.aps
|
||||
*.pch
|
||||
*.vspscc
|
||||
*_i.c
|
||||
*_p.c
|
||||
*.ncb
|
||||
*.suo
|
||||
*.bak
|
||||
*.cache
|
||||
*.ilk
|
||||
*.log
|
||||
[Bb]in
|
||||
[Dd]ebug*/
|
||||
*.sbr
|
||||
obj/
|
||||
[Rr]elease*/
|
||||
_ReSharper*/
|
||||
.klocwork
|
||||
.vs
|
||||
[Dd]ebug
|
||||
|
||||
#General build files
|
||||
*.obj
|
||||
*.tmp
|
||||
*.o
|
||||
*.d
|
||||
*.exe
|
||||
|
||||
#default log
|
||||
out.txt
|
||||
|
||||
#input files
|
||||
*.ngc
|
||||
|
||||
#Python
|
||||
*.pyc
|
||||
|
||||
#emacs saves
|
||||
*~
|
||||
\#*
|
||||
|
||||
#test-bench builds
|
||||
[Ll]ib
|
||||
*_tests
|
||||
|
||||
#\.vscode #migth be good to save settings, but it is also a bit of a mess
|
||||
build/
|
||||
|
||||
#drawio backups
|
||||
*.bkp
|
||||
*.dtmp
|
||||
|
||||
\scans
|
||||
|
||||
# Environment variables (secrets)
|
||||
.env
|
||||
.env.local
|
||||
Reference in New Issue
Block a user