27 lines
287 B
Text
27 lines
287 B
Text
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
|
|
|
|
# data
|
|
app/tools/data/*
|
|
app/data/misc/*
|
|
app/data/commander/*
|
|
app/data/bset/*
|
|
app/tools/json/*
|
|
app/.pg
|