chore: Comprehensive .gitignore for preventing repository bloat
This commit is contained in:
18
.gitignore
vendored
18
.gitignore
vendored
@ -65,3 +65,21 @@ temp/
|
|||||||
*.key
|
*.key
|
||||||
*.crt
|
*.crt
|
||||||
secrets/data/
|
secrets/data/
|
||||||
|
|
||||||
|
# Backups and logs
|
||||||
|
backups/
|
||||||
|
*.archive
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Images and media
|
||||||
|
*.png
|
||||||
|
*.jpg
|
||||||
|
*.jpeg
|
||||||
|
*.gif
|
||||||
|
|
||||||
|
# Node modules
|
||||||
|
node_modules/
|
||||||
|
**/node_modules/
|
||||||
|
|
||||||
|
# Large data files
|
||||||
|
data/
|
||||||
|
|||||||
Reference in New Issue
Block a user