diff options
author | CruiseDevice | 2018-07-25 18:36:25 +0530 |
---|---|---|
committer | CruiseDevice | 2018-07-25 18:36:25 +0530 |
commit | 278b89a31a89c28db1ecf356ec655465d31edada (patch) | |
tree | ecf94767669a13e6a3410ce85a13dfff04463080 /.gitignore | |
download | sbhs_server-278b89a31a89c28db1ecf356ec655465d31edada.tar.gz sbhs_server-278b89a31a89c28db1ecf356ec655465d31edada.tar.bz2 sbhs_server-278b89a31a89c28db1ecf356ec655465d31edada.zip |
Add requirements and gitignore file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dbad5ac --- /dev/null +++ b/.gitignore @@ -0,0 +1,47 @@ +*.pyc +*.zip +*.~ +*.pyc +*.zip +*~ +.project +.pydevproject +app.yaml +build +tests/coverageResults +*,cover +tests/.coverage +*.git +*.egg-info +eggs +parts +.installed.cfg +bin +develop-eggs +.DS_Store +.settings +.*.swp +*.egg +*.egg-link +*.svn* +*.wpr +.installed.cfg +src/* +parts +downloads +.xvpics* +.project +pytask/local.py +pytask/pytask.egg-info +pytask/static/media +pytask/uploads +apache/* +*.swp +*.bak +*.swo +*.db-journal +*.db +wsgi.log +*.sqlite3 +data/ +_build/
\ No newline at end of file |