19 lines
214 B
Plaintext
19 lines
214 B
Plaintext
# Large image files - deploy separately
|
|
public/images/
|
|
!public/images/logo/
|
|
!public/images/favicon.*
|
|
|
|
# Build output
|
|
dist/
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|