From 568df7f40145704d08f60a4a00d54ac1654bc22d Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Thu, 29 Mar 2018 10:23:29 -0700 Subject: [PATCH] Add global gitignore --- default.conf.yaml | 1 + git/gitignore | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 git/gitignore diff --git a/default.conf.yaml b/default.conf.yaml index b2199e2..be82f6e 100644 --- a/default.conf.yaml +++ b/default.conf.yaml @@ -7,6 +7,7 @@ ~/.hgrc: hg/.hgrc ~/.emacs.d: emacs/ ~/.config/git: git/ + ~/.gitignore: git/gitignore ~/.config/nvim: neovim/ ~/.config/tako: tako/ ~/.config/zsh: zsh/ diff --git a/git/gitignore b/git/gitignore new file mode 100644 index 0000000..81faa51 --- /dev/null +++ b/git/gitignore @@ -0,0 +1,10 @@ +\#*\# +*~ +*.swp + +__pycache__ + +node_modules +package-lock.json + +.ignore