brawlset/.gitignore

29 lines
313 B
Text
Raw Permalink Normal View History

2024-11-18 23:03:05 +00:00
app/node_modules/
app/.env
# testing
app/coverage
# next.js
app/.next/
app/out/
# production
app/build
# debug
app/npm-debug.log*
# typescript
app/*.tsbuildinfo
app/next-env.d.ts
2024-11-19 15:04:41 +00:00
# data
2024-12-05 16:08:50 +00:00
app/tools/data/*
app/data/misc/*
app/data/commander/*
app/data/card-commander/*
app/data/bset/*
2024-12-05 16:08:50 +00:00
app/tools/json/*
2025-02-11 21:21:16 +00:00
app/.pg