19 lines
207 B
Plaintext
19 lines
207 B
Plaintext
# .NET build outputs
|
|
**/bin/
|
|
**/obj/
|
|
|
|
# Frontend (not needed for API build)
|
|
BudgetApp.Web/node_modules/
|
|
BudgetApp.Web/dist/
|
|
|
|
# Docs and editor files
|
|
docs/
|
|
.vs/
|
|
.vscode/
|
|
.idea/
|
|
*.user
|
|
|
|
# Git
|
|
.git/
|
|
.gitignore
|