From ad1289f0d9b023f69f4712d97c8f5ad311181bc3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bengt=20L=C3=BCers?= Date: Wed, 3 Jul 2013 23:19:10 +0200 Subject: [PATCH] Files and directories starting with a `.` should not be ignored in general. --- Global/Linux.gitignore | 1 - PlayFramework.gitignore | 3 --- 2 files changed, 4 deletions(-) diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index 151e2997..7c2f400f 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -1,3 +1,2 @@ -.* !.gitignore *~ diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index 663eb677..a4a0cf3a 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -1,8 +1,5 @@ -# Extracted from https://github.com/ulrich/macaron-factory/blob/master/.gitignore # Ignore all dotfiles... .* -# except for .gitignore -!.gitignore # Ignore Play! working directory # db -- 2.39.5