55 lines
547 B
Plaintext
55 lines
547 B
Plaintext
# SVN - keep SVN working copy metadata out of git
|
|
.svn/
|
|
|
|
# Visual Studio
|
|
.vs/
|
|
*.user
|
|
*.suo
|
|
*.userosscache
|
|
*.sln.docstates
|
|
|
|
# Build output
|
|
[Dd]ebug/
|
|
[Rr]elease/
|
|
x64/
|
|
x86/
|
|
[Aa][Rr][Mm]/
|
|
[Aa][Rr][Mm]64/
|
|
bld/
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
[Ll]og/
|
|
[Ll]ogs/
|
|
|
|
# NuGet
|
|
packages/
|
|
*.nupkg
|
|
*.snupkg
|
|
project.lock.json
|
|
project.fragment.lock.json
|
|
artifacts/
|
|
!**/[Pp]ackages/build/
|
|
|
|
# Publish profiles output
|
|
PublishOutput/
|
|
publish/
|
|
|
|
# ASP.NET
|
|
App_Data/
|
|
*.pubxml.user
|
|
|
|
# Rider
|
|
.idea/
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
Desktop.ini
|
|
$RECYCLE.BIN/
|
|
|
|
# Temp files
|
|
*.tmp
|
|
*.temp
|
|
*.bak
|
|
*.cache
|
|
~$*
|