← back to Losgardeners

.gitignore

31 lines

node_modules/
.env*
tmp/
temp/
*.log
logs/
.DS_Store
dist/
build/
.next/
cookies.txt
*.pem
*.key
server.js.backup*
*.backup
*.old
uploads/
public/uploads/

# Legacy production snapshot contains historical scripts with embedded keys.
# Track only the active public AdSense/crawler surface until those scripts are
# separately sanitized and routed through the secrets manager.
*
!.gitignore
!public/
public/*
!public/index.html
!public/ads.txt
!public/robots.txt
!public/sitemap.xml