27 lines
223 B
Plaintext
27 lines
223 B
Plaintext
# Build artifacts
|
|
bin/
|
|
obj/
|
|
|
|
# IDE / editor
|
|
.vs/
|
|
.vscode/
|
|
*.user
|
|
*.suo
|
|
.idea/
|
|
|
|
# Environment & secrets
|
|
appsettings.Development.json
|
|
.env
|
|
.env.*
|
|
|
|
# Docker
|
|
Dockerfile
|
|
.dockerignore
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Misc
|
|
*.md
|
|
*.log |