From af7a90c6d7f3d8f5dc45989f2586a958ba4cb0c9 Mon Sep 17 00:00:00 2001 From: Jesse Pollak Date: Wed, 27 Jan 2016 13:44:43 -0800 Subject: [PATCH] ignore .agignore file --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index de039f6..72a5663 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ npm-debug.log node_modules release sftp-config.json -build \ No newline at end of file +build +.agignore