36 lines
281 B
Plaintext
36 lines
281 B
Plaintext
# Dependencies
|
|
node_modules
|
|
|
|
# Build output
|
|
.next
|
|
out
|
|
dist
|
|
|
|
# Development files
|
|
.git
|
|
.gitignore
|
|
.env*.local
|
|
.eslintrc.json
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Testing
|
|
coverage
|
|
*.test.*
|
|
*.spec.*
|
|
|
|
# Documentation
|
|
README.md
|
|
|
|
# Misc
|
|
.prettierrc
|
|
.editorconfig
|