Files
flights/.gitignore
T
Oleksandr Bezdieniezhnykh e64bd9a805 Add .gitignore and remove build artifacts from tracking
Made-with: Cursor
2026-03-25 05:21:18 +02:00

29 lines
266 B
Plaintext

## .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