15 lines
148 B
Plaintext
15 lines
148 B
Plaintext
# Dependency & build artifacts
|
|
node_modules
|
|
.next
|
|
out
|
|
|
|
# VCS / tooling
|
|
.git
|
|
.gitignore
|
|
Dockerfile
|
|
docker-compose.yml
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
*.log
|