28 lines
248 B
Text
28 lines
248 B
Text
node_modules/
|
|
.env
|
|
|
|
# testing
|
|
coverage
|
|
|
|
# next.js
|
|
.next/
|
|
out/
|
|
|
|
# production
|
|
build
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# data
|
|
tools/data/*
|
|
tools/json
|
|
data/misc/*
|
|
data/commander/*
|
|
data/card-commander/*
|
|
data/bset/*
|
|
.pg/
|