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
.DS_Store
./configs/secrets
**/*/.emacs.d/quelpa/**/*
**/*/.emacs.d/elpa/**/*
@ -18,12 +17,8 @@ Vundle.vim
**/*/.emacs.d/projectile-bookmarks.eld
**/*/.emacs.d/bookmarks
**/*/transient/history.el
# Haskell
*.hi
*.o
# Python
__pycache__
*.class
node_modules/