1
0
Fork 0

Add global gitignore

This commit is contained in:
Jeremy Kaplan 2018-03-29 10:23:29 -07:00 committed by Jeremy Kaplan
commit 568df7f401
2 changed files with 11 additions and 0 deletions

View file

@ -7,6 +7,7 @@
~/.hgrc: hg/.hgrc ~/.hgrc: hg/.hgrc
~/.emacs.d: emacs/ ~/.emacs.d: emacs/
~/.config/git: git/ ~/.config/git: git/
~/.gitignore: git/gitignore
~/.config/nvim: neovim/ ~/.config/nvim: neovim/
~/.config/tako: tako/ ~/.config/tako: tako/
~/.config/zsh: zsh/ ~/.config/zsh: zsh/

10
git/gitignore Normal file
View file

@ -0,0 +1,10 @@
\#*\#
*~
*.swp
__pycache__
node_modules
package-lock.json
.ignore