chore: add .gitignore rules for logs, build artifacts and Firebase cache
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@ -43,4 +43,15 @@ backend/.python-version
|
||||
backend/.uv
|
||||
**/uploads
|
||||
**/dev-dist
|
||||
|
||||
|
||||
# Logs y archivos temporales de build
|
||||
**/*_log.txt
|
||||
**/*_error*.txt
|
||||
**/*_debug*.txt
|
||||
**/build_*.txt
|
||||
**/tsc_errors.txt
|
||||
**/force_build_log.txt
|
||||
check_tags.py
|
||||
|
||||
# Firebase Hosting cache
|
||||
**/.firebase/
|
||||
|
||||
Reference in New Issue
Block a user