2020-01-12 02:55:10 +08:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
|
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
|
|
|
|
|
|
|
# testing
|
|
|
|
/coverage
|
|
|
|
|
|
|
|
# production
|
|
|
|
/build
|
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
|
|
|
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
2020-05-11 13:36:49 +08:00
|
|
|
|
|
|
|
db.sqlite3
|
2020-05-12 05:42:08 +08:00
|
|
|
__pycache__
|
2020-05-13 07:51:16 +08:00
|
|
|
*.swp
|
2020-05-14 02:08:00 +08:00
|
|
|
uploaded_agents
|
2020-05-18 11:48:10 +08:00
|
|
|
|
|
|
|
# idea
|
|
|
|
/.idea
|
2020-12-07 01:21:49 +08:00
|
|
|
|
|
|
|
package-lock.json
|
2021-05-29 00:25:02 +08:00
|
|
|
|
|
|
|
douzero_pretrained
|
2021-05-29 04:43:44 +08:00
|
|
|
dmc_pretrained
|