Skip to content

Commit

Permalink
Added a git ignore for gatling generated files and fixed setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Hawkurane committed Feb 27, 2019
1 parent 7f78d60 commit 351ed8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
gatling/results/*
2 changes: 0 additions & 2 deletions utils/setup.sh
Expand Up @@ -2,8 +2,6 @@

echo "====================> UPGRADING NPM"
npm install -g npm;
echo "====================> INSTALLING YEOMAN"
npm install -g yo;
echo "====================> INSTALLING JHIPSTER"
npm install -g generator-jhipster;

Expand Down

0 comments on commit 351ed8a

Please sign in to comment.