From a8f0a4f2c8022fd452f12f719bfd3928c5cb65ca Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Wed, 13 Feb 2013 17:50:16 +0100 Subject: [PATCH] Un-ignore but do not package .json files. --- .gitattributes | 1 + .gitignore | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 55a72d682..0cfb40202 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ .gitattributes export-ignore .gitignore export-ignore +/scripts/*.json export-ignore diff --git a/.gitignore b/.gitignore index 461326b80..afde3327b 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,3 @@ /testresults.txt /dosage.prof /test.sh -/scripts/*.json