diff options
author | 2018-02-05 12:22:49 +0000 | |
---|---|---|
committer | 2018-02-05 12:22:49 +0000 | |
commit | beaa61362aed31f229c935a347e382024eee5a90 (patch) | |
tree | 4d9cf54e44b7fea4124389098fd0fa37a17cdad9 /.gitignore | |
parent | Add templates & static folder with .gitkeep's (diff) |
Dynamic route loader; proper application structure
Also fixed flake8-imports getting the other wrong
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -94,8 +94,8 @@ ENV/ # Rope project settings .ropeproject -# mkdocs documentation -/site - # mypy .mypy_cache/ + +# PyCharm +.idea/ |