From d71776a9ae5d90dd9af1a5c4bc35c6f6d50da1ad Mon Sep 17 00:00:00 2001 From: William Carroll Date: Thu, 20 Aug 2020 12:06:34 +0100 Subject: 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... --- .gitignore | 5 ----- 1 file changed, 5 deletions(-) (limited to '.gitignore') 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/ -- cgit 1.4.1