Add .gitignore
This commit is contained in:
parent
cf4086a310
commit
9330106c24
1 changed files with 55 additions and 0 deletions
55
.gitignore
vendored
Normal file
55
.gitignore
vendored
Normal file
|
@ -0,0 +1,55 @@
|
||||||
|
# Ignore build results
|
||||||
|
[Dd]ebug/
|
||||||
|
[Dd]ebugPublic/
|
||||||
|
[Dd]ist/
|
||||||
|
[Dd]ebug-vs2019/
|
||||||
|
[Dd]ebug-vs2022/
|
||||||
|
[Dd]ebug-AnyCPU/
|
||||||
|
[Dd]ebug-AnyCPU-*
|
||||||
|
[Dd]ebug-x64/
|
||||||
|
[Dd]ebug-x86/
|
||||||
|
bin/
|
||||||
|
obj/
|
||||||
|
|
||||||
|
# User-specific files
|
||||||
|
*.user
|
||||||
|
*.userosscache
|
||||||
|
*.suo
|
||||||
|
*.userprefs
|
||||||
|
|
||||||
|
# User-specific files (Windows)
|
||||||
|
.vs2019/
|
||||||
|
.vs2017/
|
||||||
|
|
||||||
|
# Windows Installer files
|
||||||
|
*.cab
|
||||||
|
*.msi
|
||||||
|
*.msm
|
||||||
|
*.msp
|
||||||
|
|
||||||
|
# Windows Installer files (Backup)
|
||||||
|
*.bak
|
||||||
|
|
||||||
|
# Rider IDE files
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
# .NET Core files
|
||||||
|
project.lock.json
|
||||||
|
project.fragment.lock.json
|
||||||
|
artifacts/
|
||||||
|
|
||||||
|
# Windows image file caches
|
||||||
|
Thumbs.db
|
||||||
|
ehthumbs.db
|
||||||
|
|
||||||
|
# Windows Installer file caches
|
||||||
|
*.cab
|
||||||
|
|
||||||
|
# JetBrains Rider files
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
# VS Code directory
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# ASP.NET Core web app
|
||||||
|
wwwroot/
|
Loading…
Add table
Reference in a new issue