Skip to content

Commit

Permalink
Add devlop folder for dev only
Browse files Browse the repository at this point in the history
  • Loading branch information
iMattPro committed Sep 16, 2020
1 parent 8ce0720 commit 1c99341
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
tests/ export-ignore
travis/ export-ignore
develop/ export-ignore
.travis.yml export-ignore
.gitignore export-ignore
.gitattributes export-ignore
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ Backup/

/node_modules/
/build/
/develop/
/vendor/
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<delete dir="${dir}/travis" />
<delete dir="${dir}/vendor" />
<delete dir="${dir}/node_modules" />
<delete dir="${dir}/develop" />

<delete file="${dir}/.gitignore" />
<delete file="${dir}/.gitattributes" />
Expand Down

0 comments on commit 1c99341

Please sign in to comment.