Fase 1: Creación del backend API con .NET, Dapper y endpoints CRUD para Titulares
This commit is contained in:
23
.gitignore
vendored
23
.gitignore
vendored
@@ -1,16 +1,17 @@
|
||||
# Backend
|
||||
backend/bin/
|
||||
backend/obj/
|
||||
backend/[Bb]in/
|
||||
backend/[Oo]bj/
|
||||
backend/appsettings.Development.json
|
||||
# Ignore Visual Studio Code settings
|
||||
.vscode/
|
||||
|
||||
# Frontend
|
||||
# Ignore common OS-generated files
|
||||
.DS_Store
|
||||
*.swp
|
||||
|
||||
# Ignore Frontend dependencies and build output
|
||||
frontend/node_modules/
|
||||
frontend/dist/
|
||||
frontend/.env.local
|
||||
frontend/.DS_Store
|
||||
|
||||
# IDEs
|
||||
.vscode/
|
||||
.idea/
|
||||
# Ignore .NET build artifacts and user-specific files
|
||||
**/[Bb]in/
|
||||
**/[Oo]bj/
|
||||
*.user
|
||||
*.suo
|
||||
Reference in New Issue
Block a user