From f8c05346744b2d6412377c13e0266fa80d6576cf Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 4 Nov 2015 21:39:10 +0000 Subject: [PATCH] Comment things in ignore file. --- .gitignore-global | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitignore-global b/.gitignore-global index a6d59e9..29d5db2 100644 --- a/.gitignore-global +++ b/.gitignore-global @@ -1,4 +1,4 @@ -.vagrant +# Ignore archive files. *.7z *.dmg *.gz @@ -6,14 +6,26 @@ *.rar *.tar *.zip + +# Ignore database exports. *.sql + +# Ignore (most) dotfiles. .* !.htaccess !.git* !.nojekyll + +# Ignore patch files and interdiffs. *.patch *.diff *.rej *.orig -*.sublime-* interdiff*.txt + +# Ignore Vagrant files. +.vagrant + +# Ignore IDE and text editor files. +.idea/ +*.sublime-*