initial
This commit is contained in:
110
.gitignore
vendored
Normal file
110
.gitignore
vendored
Normal file
@@ -0,0 +1,110 @@
|
||||
##############################
|
||||
# OS
|
||||
##############################
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
Icon?
|
||||
Desktop.ini
|
||||
|
||||
##############################
|
||||
# IDEs / Editors
|
||||
##############################
|
||||
.vs/
|
||||
.vscode/
|
||||
.idea/
|
||||
*.user
|
||||
*.rsuser
|
||||
*.suo
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
##############################
|
||||
# Build Results
|
||||
##############################
|
||||
bin/
|
||||
obj/
|
||||
[Bb]uild/
|
||||
[Ll]og/
|
||||
|
||||
##############################
|
||||
# Test Results
|
||||
##############################
|
||||
TestResults/
|
||||
*.trx
|
||||
|
||||
##############################
|
||||
# .NET / MSBuild
|
||||
##############################
|
||||
*.nupkg
|
||||
*.snupkg
|
||||
.nuget/
|
||||
.nuget/packages/
|
||||
project.lock.json
|
||||
project.fragment.lock.json
|
||||
artifacts/
|
||||
|
||||
##############################
|
||||
# Rider
|
||||
##############################
|
||||
.idea/
|
||||
|
||||
##############################
|
||||
# Visual Studio Cache
|
||||
##############################
|
||||
*.VC.db
|
||||
*.VC.VC.opendb
|
||||
|
||||
##############################
|
||||
# XAML / UI Specific
|
||||
##############################
|
||||
GeneratedFiles/
|
||||
*.g.cs
|
||||
*.g.i.cs
|
||||
*.designer.cs
|
||||
*.xaml.cs.bak
|
||||
|
||||
##############################
|
||||
# MAUI / Xamarin
|
||||
##############################
|
||||
**/Platforms/**/bin/
|
||||
**/Platforms/**/obj/
|
||||
*.apk
|
||||
*.aab
|
||||
*.ipa
|
||||
*.keystore
|
||||
|
||||
##############################
|
||||
# Debug / Profiling
|
||||
##############################
|
||||
*.pdb
|
||||
*.mdb
|
||||
*.dbg
|
||||
*.cache
|
||||
|
||||
##############################
|
||||
# Publish Output
|
||||
##############################
|
||||
publish/
|
||||
PublishProfiles/
|
||||
*.publish.xml
|
||||
|
||||
##############################
|
||||
# Local Settings / Secrets
|
||||
##############################
|
||||
appsettings.Development.json
|
||||
appsettings.Local.json
|
||||
secrets.json
|
||||
|
||||
##############################
|
||||
# Logs
|
||||
##############################
|
||||
*.log
|
||||
logs/
|
||||
|
||||
##############################
|
||||
# Resharper
|
||||
##############################
|
||||
_ReSharper*/
|
||||
*.[Rr]e[Ss]harper
|
||||
*.DotSettings.user
|
||||
Reference in New Issue
Block a user