cjvt-valency/.gitignore

24 lines
447 B
Plaintext
Raw Normal View History

2019-03-10 21:11:18 +00:00
data/samples/
2019-04-27 18:24:11 +00:00
data/wordlist.json
2019-04-28 19:46:17 +00:00
data/sskj_senses.json
2019-04-28 20:44:54 +00:00
data/appindex.json
2019-03-10 21:11:18 +00:00
*egg-info/
*.pyc
src/frontend_vue/node_modules/
2019-03-19 07:11:26 +00:00
src/frontend_vue/dist/
2019-03-23 19:27:23 +00:00
dockerfiles/database/create.js
2020-11-23 10:20:47 +00:00
dockerfiles/database/create_mongo.js
dockerfiles/database/create_postgres.js
dockerfiles/database/mongo_db.gz
dockerfiles/database/postgres_db.tar
dockerfiles/database/postgres_db_OLD.tar
2019-04-02 19:51:44 +00:00
*__pycache__/
env.local
2019-04-21 19:04:07 +00:00
logs/*
2019-09-06 08:27:03 +00:00
.idea/
2020-09-15 12:08:16 +00:00
venv*
data/
data
deploy_instructions/
2020-11-23 10:20:47 +00:00
run.sh