51 lines
508 B
Plaintext
51 lines
508 B
Plaintext
# ---> core
|
|
*.swp
|
|
*.*~
|
|
project.lock.json
|
|
.DS_Store
|
|
*.pyc
|
|
nupkg/
|
|
|
|
# Visual Studio Code
|
|
.vscode
|
|
|
|
# Rider
|
|
.idea
|
|
|
|
# User-specific files
|
|
*.suo
|
|
*.user
|
|
*.userosscache
|
|
*.sln.docstates
|
|
|
|
# Build results
|
|
[Dd]ebug/
|
|
[Dd]ebugPublic/
|
|
[Rr]elease/
|
|
[Rr]eleases/
|
|
x64/
|
|
x86/
|
|
build/
|
|
bld/
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
[Oo]ut/
|
|
msbuild.log
|
|
msbuild.err
|
|
msbuild.wrn
|
|
*/[Bb]in/
|
|
*/[Oo]bj/
|
|
*/[Oo]ut/
|
|
|
|
# Visual Studio 2015
|
|
.vs/
|
|
|
|
# Logs
|
|
[Ll]og-*.txt
|
|
[Ll]ogs/
|
|
|
|
# Other
|
|
appsettings.Development.json
|
|
configurationCache.bin
|
|
configurationCache.bin.bak
|
|
*.cache |