Remove 2x-newlines from .gitignore

I saw an issue on GitHub that claims that git-secret doesn't like 2x-newlines in
.gitignore files. Let's see if that helps...
This commit is contained in:
William Carroll 2020-08-20 12:06:34 +01:00
parent cbaf74de0e
commit d71776a9ae

5
.gitignore vendored
View file

@ -1,5 +1,4 @@
.vim .vim
.DS_Store
./configs/secrets ./configs/secrets
**/*/.emacs.d/quelpa/**/* **/*/.emacs.d/quelpa/**/*
**/*/.emacs.d/elpa/**/* **/*/.emacs.d/elpa/**/*
@ -18,12 +17,8 @@ Vundle.vim
**/*/.emacs.d/projectile-bookmarks.eld **/*/.emacs.d/projectile-bookmarks.eld
**/*/.emacs.d/bookmarks **/*/.emacs.d/bookmarks
**/*/transient/history.el **/*/transient/history.el
# Haskell
*.hi *.hi
*.o *.o
# Python
__pycache__ __pycache__
*.class *.class
node_modules/ node_modules/