CodePress/.gitignore
Edwin Noorlander db39995f7e Update .gitignore: ignore content/ directory instead of public/content/
- Changed from 'public/content/*' to 'content/'
- Matches new content directory structure outside web root
- Improves security by keeping content separate from public files
2025-11-22 15:34:55 +01:00

26 lines
216 B
Plaintext

# Dependencies
node_modules/
package-lock.json
# Build outputs
*.log
.DS_Store
Thumbs.db
# IDE files
.vscode/
.idea/
*.swp
*.swo
# Cache
.cache/
.sass-cache/
# Temporary files
*.tmp
*.temp
# No content
content/