34 lines
244 B
Plaintext
34 lines
244 B
Plaintext
# Node modules
|
|
node_modules/
|
|
npm-debug.log
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
|
|
# Git
|
|
.git/
|
|
.gitignore
|
|
|
|
# Build artifacts
|
|
dist/
|
|
.cache/
|
|
|
|
# Documentation
|
|
*.md
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# Testing
|
|
coverage/
|
|
|
|
# Temporary
|
|
tmp/
|
|
temp/
|
|
|