mirror of
https://github.com/azaion/flights.git
synced 2026-04-22 07:06:32 +00:00
Add .gitignore and remove build artifacts from tracking
Made-with: Cursor
This commit is contained in:
+28
@@ -0,0 +1,28 @@
|
||||
## .NET
|
||||
bin/
|
||||
obj/
|
||||
*.user
|
||||
*.suo
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
## NuGet
|
||||
*.nupkg
|
||||
**/[Pp]ackages/*
|
||||
!**/[Pp]ackages/build/
|
||||
|
||||
## IDE
|
||||
.vs/
|
||||
.vscode/
|
||||
*.swp
|
||||
*~
|
||||
|
||||
## OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
## Environment
|
||||
.env
|
||||
appsettings.*.json
|
||||
!appsettings.json
|
||||
!appsettings.Development.json
|
||||
Reference in New Issue
Block a user