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/*
|
2025-01-31 22:30:02 +00:00
|
|
|
app/data/misc/*
|
|
|
|
app/data/commander/*
|
2025-02-19 18:55:46 +00:00
|
|
|
app/data/card-commander/*
|
2025-01-31 22:30:02 +00:00
|
|
|
app/data/bset/*
|
2024-12-05 16:08:50 +00:00
|
|
|
app/tools/json/*
|
2025-02-11 21:21:16 +00:00
|
|
|
app/.pg
|