Initial .gitignore file.
This commit is contained in:
parent
43ba227505
commit
62170b508e
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
# Visual Studio files
|
||||||
|
.vs/
|
||||||
|
*.user
|
||||||
|
|
||||||
|
# Output object and binary folders
|
||||||
|
[Dd]ebug/
|
||||||
|
[Rr]elease/
|
||||||
|
[Bb]in/
|
Reference in a new issue