← back to Animals

.gitignore

40 lines

!public/css/**
!public/dogpark/**
!public/js/**
!public/static/**
.DS_Store
.env
.env.bak-basicauth
.env.local
.env*
.next/
*.bak
*.bak-*
*.jpeg
*.jpg
*.log
*.png
*.pre-*
# (subsites + screenshots + mockups + uploaded photos + raw JSON).
# 2026-05-03: drop debug-loop log noise (was 3000+ untracked files)
# 7,400+ files were leaking into git diff before this rule.
# but DO keep CSS/JS we ship
# Generated content — produced by the autonomous agent every cron tick
# Standing-rule additions (2026-05-07)
build/
dist/
exports/
logs/*.log
logs/animals-debug-loop-*/
logs/debug-loop-*/
node_modules
public/mockups/
public/mockups/*.png
public/screenshots/
public/screenshots/*.png
public/sites/
public/uploads/
raw_html/
tmp/