diff options
author | William Carroll <wpcarro@gmail.com> | 2020-08-20T11·06+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-08-20T11·18+0100 |
commit | d71776a9ae5d90dd9af1a5c4bc35c6f6d50da1ad (patch) | |
tree | 7eb4d531dd956e6f33da2c1b28fa8df0a9e71930 /.gitignore | |
parent | cbaf74de0e7b85c40a4a537fadad653b7c825aaf (diff) |
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...
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index 911fce1053c1..4693836bbdbf 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ |