chore(CUB-19): add .gitignore and remove build artifacts from tracking

This commit is contained in:
cubecraft-agents[bot]
2026-04-25 22:11:09 +00:00
parent 1c5d982cd9
commit 69df1562c7
44 changed files with 18 additions and 2102 deletions

18
backend/ControlCenter/.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
## .NET
bin/
obj/
*.user
*.suo
*.cache
*.dll
*.pdb
*.xml
## IDE
.vs/
.vscode/
.idea/
## OS
.DS_Store
Thumbs.db