chore(CUB-19): add .gitignore and remove build artifacts from tracking
This commit is contained in:
18
backend/ControlCenter/.gitignore
vendored
Normal file
18
backend/ControlCenter/.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
## .NET
|
||||
bin/
|
||||
obj/
|
||||
*.user
|
||||
*.suo
|
||||
*.cache
|
||||
*.dll
|
||||
*.pdb
|
||||
*.xml
|
||||
|
||||
## IDE
|
||||
.vs/
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
## OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user