From 0454a3536bdef1657510faa1e472fc5aa9d518a7 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 4 Jan 2021 19:47:49 -0800 Subject: git: store configuration under XDG_CONFIG_HOME Since `git` understand `$XDG_CONFIG_HOME`, let's gather all the configuration files there. --- config/git/ignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 config/git/ignore (limited to 'config/git/ignore') 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 -- cgit v1.2.3