31 lines
345 B
Plaintext
31 lines
345 B
Plaintext
# Reduces size of context and hides
|
|
# files from Docker (can't COPY or ADD these)
|
|
|
|
# Output
|
|
dist/
|
|
build/
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Root
|
|
README.md
|
|
Dockerfile
|
|
dockerfile
|
|
|
|
# Misc. Config
|
|
.git
|
|
.DS_Store
|
|
.gitignore
|
|
.vscode
|
|
.circleci
|
|
|
|
# Unnecessary things to pull into container
|
|
.circleci/
|
|
.github/
|
|
.netlify/
|
|
.scripts/
|
|
.vscode/
|
|
coverage/
|
|
docs/
|