初始化
This commit is contained in:
74
.gitignore
vendored
Normal file
74
.gitignore
vendored
Normal file
@@ -0,0 +1,74 @@
|
|||||||
|
# .gitignore for C# WPF Projects
|
||||||
|
|
||||||
|
# Visual Studio specific
|
||||||
|
.vs/
|
||||||
|
*.suo
|
||||||
|
*.user
|
||||||
|
*.userosscache
|
||||||
|
*.sln.docstates
|
||||||
|
|
||||||
|
# Build results
|
||||||
|
[Bb]in/
|
||||||
|
[Oo]bj/
|
||||||
|
[Rr]elease/
|
||||||
|
[Dd]ebug/
|
||||||
|
[Rr]eleases/
|
||||||
|
x64/
|
||||||
|
x86/
|
||||||
|
build/
|
||||||
|
|
||||||
|
# .NET Core/5/6/7/8 build results
|
||||||
|
bin/
|
||||||
|
obj/
|
||||||
|
|
||||||
|
# Rider specific
|
||||||
|
.idea/
|
||||||
|
*.sln.iml
|
||||||
|
|
||||||
|
# User-specific files
|
||||||
|
*.DotSettings.user
|
||||||
|
|
||||||
|
# Resharper specific
|
||||||
|
_ReSharper*/
|
||||||
|
*.resharper
|
||||||
|
|
||||||
|
# Test results
|
||||||
|
TestResults/
|
||||||
|
*.trx
|
||||||
|
|
||||||
|
# NuGet packages
|
||||||
|
packages/
|
||||||
|
*.nupkg
|
||||||
|
|
||||||
|
# Publish folder
|
||||||
|
[Pp]ublish/
|
||||||
|
|
||||||
|
# Cache files
|
||||||
|
*.cache
|
||||||
|
|
||||||
|
# Windows thumbnail cache
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Visual Studio code coverage results
|
||||||
|
*.coverage
|
||||||
|
*.coverage.xml
|
||||||
|
|
||||||
|
# Local settings
|
||||||
|
*.local.xml
|
||||||
|
|
||||||
|
# Log files
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# WPF specific
|
||||||
|
Generated_Code/
|
||||||
|
|
||||||
|
# Secrets and local config
|
||||||
|
secrets.json
|
||||||
|
appsettings.local.json
|
||||||
|
|
||||||
|
# Other
|
||||||
|
*.pdb
|
||||||
|
*.exe
|
||||||
|
*.dll
|
||||||
|
*.zip
|
||||||
|
*.rar
|
||||||
Reference in New Issue
Block a user