Initial gitattributes and gitignore

This commit is contained in:
2023-06-08 17:03:58 -04:00
parent 6e83c79bf7
commit c72707cb9b
2 changed files with 43 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
a.out
gprof.out
gmon.out
.vsconfig
*~
\#*#
.#*
*.obj
*.o
*.dll
*.exe
*.pdb
*.so
*.a
*.lib
*.ilk
*.exp
*.pdb
*.sln
*.vcproj
.vscode/**
Saved/**
Platforms/**
Intermediate/**
DerivedDataCache/**
Binaries/**
.vs/**