16 lines
213 B
Plaintext
16 lines
213 B
Plaintext
# Keep the build context small; node_modules and dist are rebuilt in the image.
|
|
node_modules/
|
|
dist/
|
|
dist-ssr/
|
|
|
|
# Logs and local files
|
|
*.log
|
|
*.local
|
|
|
|
# VCS / editor noise
|
|
.git/
|
|
.gitignore
|
|
.vscode/
|
|
.idea/
|
|
.DS_Store
|