64 lines
622 B
Plaintext
64 lines
622 B
Plaintext
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/versions
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# env files
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# SQLite
|
|
*.sqlite
|
|
*.sqlite-journal
|
|
*.db
|
|
/data/
|
|
|
|
# Uploads
|
|
/public/uploads/*
|
|
!/public/uploads/.gitkeep
|
|
|
|
# Docker
|
|
docker-compose.override.yml
|
|
*.tar
|
|
*.tar.gz
|
|
|
|
# IDE
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/extensions.json
|
|
.idea
|
|
|
|
# OS
|
|
Thumbs.db
|
|
|
|
# ATL
|
|
.atl/
|