34 lines
287 B
Plaintext
34 lines
287 B
Plaintext
# macOS
|
|
.DS_Store
|
|
|
|
# Editor / IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
vendor/
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
.next/
|
|
coverage/
|
|
|
|
# Archives
|
|
*.zip
|
|
*.tar
|
|
*.gz
|