Put app-resources into gitignore

pull/277/head
Rick Carlino 2016-09-26 15:25:20 -05:00
parent c8c5a9f145
commit 1f84012842
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -59,6 +59,7 @@ erd.pdf
# Ignore Farmbot Frontend stuff...
public/src
public/app
public/app-resources
public/typings
public/node_modules
public/tools

View File

@ -2,7 +2,7 @@
rm -rf /tmp/farmbot_frontend
mkdir /tmp/farmbot_frontend
git clone https://github.com/rickcarlino/farmbot-web-frontend.git /tmp/farmbot_frontend
git clone https://github.com/farmbot/farmbot-web-frontend.git /tmp/farmbot_frontend
rm -rf /tmp/farmbot_frontend/.git
mkdir public/ -p
cp -R /tmp/farmbot_frontend/* public/