From 1c993413c5458fbd73106d76520a34c3c1ff123f Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Tue, 15 Sep 2020 07:48:20 -0700 Subject: [PATCH] Add devlop folder for dev only --- .gitattributes | 1 + .gitignore | 1 + build.xml | 1 + 3 files changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 8e6e602d..0d393da0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ tests/ export-ignore travis/ export-ignore +develop/ export-ignore .travis.yml export-ignore .gitignore export-ignore .gitattributes export-ignore diff --git a/.gitignore b/.gitignore index c90d006c..33451df1 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ Backup/ /node_modules/ /build/ +/develop/ /vendor/ diff --git a/build.xml b/build.xml index 16bfbaf3..f58cd305 100644 --- a/build.xml +++ b/build.xml @@ -17,6 +17,7 @@ +