X10D/.gitignore

38 lines
341 B
Plaintext
Raw Permalink Normal View History

*.swp
*.*~
project.lock.json
.DS_Store
*.pyc
nupkg/
# Visual Studio Code
.vscode
# Rider
.idea
2019-07-07 11:23:48 +00:00
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
build/
2019-07-07 11:23:48 +00:00
bld/
[Bb]in/
[Oo]bj/
[Oo]ut/
msbuild.log
msbuild.err
msbuild.wrn
2019-07-07 11:23:48 +00:00
# Visual Studio 2015
2019-07-07 11:23:48 +00:00
.vs/