e46a49ecf1
Former-commit-id: d0813289fa2d35e1f8ed77530acb4fb1df441bc0
33 lines
397 B
Plaintext
33 lines
397 B
Plaintext
#################
|
|
## Visual Studio
|
|
#################
|
|
|
|
## Ignore Visual Studio temporary files, build results, and
|
|
## files generated by popular Visual Studio add-ons.
|
|
|
|
# User-specific files
|
|
*.suo
|
|
*.user
|
|
*.userprefs
|
|
.vs/
|
|
.idea/
|
|
|
|
packages/
|
|
|
|
# Build results
|
|
obj/
|
|
bin/
|
|
|
|
|
|
.DS_Store
|
|
|
|
|
|
*.force
|
|
*.FileListAbsolute.txt
|
|
|
|
**/Dependencies/*.dll
|
|
|
|
corebuild/Tools
|
|
corebuild/bootstrap.log
|
|
/corebuild/global.json
|