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:
parent
cbaf74de0e
commit
d71776a9ae
1 changed files with 0 additions and 5 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue