29 lines
278 B
Plaintext
29 lines
278 B
Plaintext
# .NET build output
|
|
**/bin/
|
|
**/obj/
|
|
**/out/
|
|
**/publish/
|
|
**/TestResults/
|
|
|
|
# Node
|
|
**/node_modules/
|
|
**/dist/
|
|
|
|
# Env / secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# VCS / IDE
|
|
.git/
|
|
.gitea/
|
|
.vscode/
|
|
.idea/
|
|
*.user
|
|
|
|
# Docs / misc noise not needed in build context
|
|
docs/
|
|
scripts/
|
|
README.md
|
|
*.md
|