first commit
This commit is contained in:
85
.gitignore
vendored
Normal file
85
.gitignore
vendored
Normal file
@@ -0,0 +1,85 @@
|
||||
# ============================================================
|
||||
# C# / .NET
|
||||
# ============================================================
|
||||
bin/
|
||||
obj/
|
||||
*.user
|
||||
*.suo
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
*.nupkg
|
||||
*.snupkg
|
||||
*.log
|
||||
[Ll]og/
|
||||
[Ll]ogs/
|
||||
*.tmp
|
||||
*.temp
|
||||
project.lock.json
|
||||
project.fragment.lock.json
|
||||
artifacts/
|
||||
|
||||
# NuGet
|
||||
.nuget/
|
||||
packages/
|
||||
*.nupkg
|
||||
|
||||
# ============================================================
|
||||
# IDE - Visual Studio
|
||||
# ============================================================
|
||||
.vs/
|
||||
*.rsuser
|
||||
*.MojoProj
|
||||
*.pidb
|
||||
*.svclog
|
||||
*.scc
|
||||
_Chutzpah*
|
||||
ipch/
|
||||
*.aps
|
||||
*.ncb
|
||||
*.opendb
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.cachefile
|
||||
*.VC.db
|
||||
*.VC.opendb
|
||||
$tf/
|
||||
|
||||
# ============================================================
|
||||
# IDE - JetBrains (Rider / IntelliJ IDEA)
|
||||
# ============================================================
|
||||
.idea/
|
||||
*.iml
|
||||
*.iws
|
||||
*.ipr
|
||||
.idea_modules/
|
||||
out/
|
||||
atlassian-ide-plugin.xml
|
||||
|
||||
# ============================================================
|
||||
# IDE - VS Code
|
||||
# ============================================================
|
||||
.vscode/
|
||||
|
||||
# ============================================================
|
||||
# AI - Claude
|
||||
# ============================================================
|
||||
.claude/
|
||||
|
||||
# ============================================================
|
||||
# OS
|
||||
# ============================================================
|
||||
|
||||
# Windows
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
Desktop.ini
|
||||
$RECYCLE.BIN/
|
||||
*.lnk
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
Reference in New Issue
Block a user