diff options
author | Jordan <me@jordan.im> | 2020-04-05 20:20:41 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2020-04-05 20:20:41 -0700 |
commit | 2df5addacd82ac7463ff6d3ec6754b21dab71737 (patch) | |
tree | 0e6bdb96de5c78bb2e67fd5bad29190e436919b5 /.gitignore | |
download | roka-2df5addacd82ac7463ff6d3ec6754b21dab71737.tar.gz roka-2df5addacd82ac7463ff6d3ec6754b21dab71737.zip |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f6e84b2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.swp +*.swo +__pycache__ +cache +sandbox +app.cfg +uwsgi.ini |