18 lines
228 B
Plaintext
18 lines
228 B
Plaintext
# Git files
|
|
.git
|
|
.gitignore
|
|
|
|
# Node modules
|
|
node_modules
|
|
|
|
# Build artifacts (we only need the build output in the final stage)
|
|
build
|
|
|
|
# Docker files
|
|
Dockerfile
|
|
.dockerignore
|
|
|
|
# Documentation / Other
|
|
README.md
|
|
memory-bank
|
|
.vscode |