From 12aa447755f88bf7d1a266de60c516471d84a796 Mon Sep 17 00:00:00 2001 From: Barney Date: Mon, 10 Nov 2014 16:25:19 +0000 Subject: [PATCH] Disable versioning of auto-generated archive files by default Use `git add archive -f` to explicitly add them in --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b512c09d..aeab5a02 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -node_modules \ No newline at end of file +node_modules +archive