diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2019-11-01 20:51:19 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2019-11-01 20:51:19 +0800 |
commit | a8f6a99bb3d3dba85705ed7df93145c28168d659 (patch) | |
tree | b21a324eb857b0b236ea76f22692e18420258e45 /.gitignore |
englishpal: first commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c975da7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +venv/ +app/__init__.py +app/__pycache__/ +app/sqlite_commands.py +app/static/usr/*.jpg +app/static/img/ +app/static/frequency/frequency_*.pickle +app/static/donate-the-author.jpg |