e9cb1edf59
- Agrega .gitignore raiz para elevation_cache, graphs, *.pbf, *.gh, *.zip, node_modules, dist, .angular - git rm --cached de ~77 archivos binarios (1.7GB) trackeados previamente - Archivos permanecen en disco pero ya no se trackean ni se subiran a Gitea
35 lines
393 B
Plaintext
35 lines
393 B
Plaintext
# --- ORS datos pesados / regenerables (1.7GB+ duplicados) ---
|
|
**/elevation_cache/
|
|
**/graphs/
|
|
*.pbf
|
|
*.gh
|
|
*.zip
|
|
|
|
# --- Angular / Node (297MB) ---
|
|
**/node_modules/
|
|
**/dist/
|
|
**/.angular/
|
|
**/out-tsc/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnp.*
|
|
|
|
# --- Env y secretos ---
|
|
.env
|
|
.env.*
|
|
*.key
|
|
*.pem
|
|
|
|
# --- Logs ---
|
|
*.log
|
|
logs/
|
|
|
|
# --- OS / IDE ---
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*~
|