aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-05 12:22:49 +0000
committerGravatar Gareth Coles <[email protected]>2018-02-05 12:22:49 +0000
commitbeaa61362aed31f229c935a347e382024eee5a90 (patch)
tree4d9cf54e44b7fea4124389098fd0fa37a17cdad9 /.gitignore
parentAdd 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--.gitignore6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 7bbc71c0..6669a983 100644
--- a/.gitignore
+++ b/.gitignore
@@ -94,8 +94,8 @@ ENV/
# Rope project settings
.ropeproject
-# mkdocs documentation
-/site
-
# mypy
.mypy_cache/
+
+# PyCharm
+.idea/