Add global gitignore
This commit is contained in:
parent
c8b4717c09
commit
568df7f401
2 changed files with 11 additions and 0 deletions
|
|
@ -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
10
git/gitignore
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
\#*\#
|
||||||
|
*~
|
||||||
|
*.swp
|
||||||
|
|
||||||
|
__pycache__
|
||||||
|
|
||||||
|
node_modules
|
||||||
|
package-lock.json
|
||||||
|
|
||||||
|
.ignore
|
||||||
Loading…
Add table
Add a link
Reference in a new issue