summary refs log tree commit diff
path: root/config/git/ignore
diff options
context:
space:
mode:
Diffstat (limited to 'config/git/ignore')
-rw-r--r--config/git/ignore24
1 files changed, 24 insertions, 0 deletions
diff --git a/config/git/ignore b/config/git/ignore
new file mode 100644
index 0000000..c8124cb
--- /dev/null
+++ b/config/git/ignore
@@ -0,0 +1,24 @@
+# osx stuff
+.DS_Store
+Icon
+
+# ide
+.idea
+*.iml
+/env/*
+
+# python stuff
+.flake8rc
+*pyc
+
+# ctags stuff
+TAGS
+tags
+
+# emacs stuff
+.projectile
+.dir-locals.el
+.pytest_cache/
+
+.reviewboardrc
+ui/package-lock.json