mirror of
https://github.com/alexandria121/new.git
synced 2026-07-01 09:24:24 -04:00
Add .gitignore to exclude build artifacts
This commit is contained in:
+42
@@ -0,0 +1,42 @@
|
||||
# Build results
|
||||
bin/
|
||||
obj/
|
||||
[Bb]uild/
|
||||
[Ll]og/
|
||||
[Ll]ogs/
|
||||
|
||||
# Visual Studio
|
||||
.vs/
|
||||
.vscode/
|
||||
.VSCodeCounter/
|
||||
|
||||
# User-specific files
|
||||
*.rsuser
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
*.swp
|
||||
*~
|
||||
|
||||
# Kilo
|
||||
.kilo/
|
||||
|
||||
# NuGet
|
||||
*.nupkg
|
||||
*.snupkg
|
||||
packages/
|
||||
|
||||
# Rider
|
||||
*.sln.iml
|
||||
|
||||
# OS generated
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user