Estructura inicial del proyecto y .gitignore
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# Backend
|
||||
backend/bin/
|
||||
backend/obj/
|
||||
backend/[Bb]in/
|
||||
backend/[Oo]bj/
|
||||
backend/appsettings.Development.json
|
||||
|
||||
# Frontend
|
||||
frontend/node_modules/
|
||||
frontend/dist/
|
||||
frontend/.env.local
|
||||
frontend/.DS_Store
|
||||
|
||||
# IDEs
|
||||
.vscode/
|
||||
.idea/
|
||||
Reference in New Issue
Block a user