chore: ignora datos pesados ORS y limpia indice
- 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
This commit is contained in:
+34
@@ -0,0 +1,34 @@
|
|||||||
|
# --- 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
|
||||||
|
*~
|
||||||
Reference in New Issue
Block a user