- Changed from 'public/content/*' to 'content/' - Matches new content directory structure outside web root - Improves security by keeping content separate from public files
26 lines
216 B
Plaintext
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/
|