8 lines
136 B
Plaintext
8 lines
136 B
Plaintext
# Ignore node_modules and build artifacts
|
|
node_modules/
|
|
dist/
|
|
*.log
|
|
|
|
# Keep the placeholder index.html for development
|
|
!dist/index.html
|