63 lines
No EOL
720 B
Text
63 lines
No EOL
720 B
Text
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# IDE files
|
|
.idea
|
|
.vscode
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# 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*
|
|
|
|
# local env files
|
|
.env*.local
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# cypress
|
|
cypress/screenshots
|
|
cypress/videos
|
|
|
|
cache
|
|
docker-compose.yaml
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
public/*.js
|
|
!.env.test.local
|
|
|
|
# Ignores compiled js files
|
|
scripts/data/*.js
|
|
scripts/*.js
|
|
Modules/*.js
|
|
tsconfig2.tsbuildinfo
|
|
tsconfig3.tsbuildinfo
|
|
scripts/data
|
|
scripts/data.ts
|
|
|
|
# Ignores downloaded pictures
|
|
players
|
|
|
|
# Ignore the revalidate page
|
|
revalidate |