26 lines
219 B
Text
26 lines
219 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/bset/*
|