agb/website/agb/.gitignore

42 lines
423 B
Plaintext
Raw Normal View History

2023-04-14 05:12:45 +10:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
2024-04-09 09:18:22 +10:00
.yarn/install-state.gz
2023-04-14 05:12:45 +10:00
# testing
/coverage
2024-04-09 09:18:22 +10:00
# next.js
/.next/
/out/
2023-04-14 05:12:45 +10:00
# production
/build
# misc
.DS_Store
2024-04-09 09:18:22 +10:00
*.pem
2023-04-14 05:12:45 +10:00
2024-04-09 09:18:22 +10:00
# debug
2023-04-14 05:12:45 +10:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2024-04-04 08:58:10 +11:00
2024-04-09 09:18:22 +10:00
# local env files
.env*.local
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
vendor
2024-04-04 08:58:10 +11:00
2024-04-09 09:18:22 +10:00
*.gba
2024-05-22 11:21:30 +10:00
*.gba.gz
src/roms