ignore .js & .map from (webstorm transpilers), remove habitrpg-shared

recursive repo
This commit is contained in:
Tyler Renelle 2013-08-20 21:27:56 -04:00
parent 2c75f94254
commit b23057593b
2 changed files with 5 additions and 2 deletions

6
.gitignore vendored
View file

@ -1,2 +1,6 @@
node_modules
.idea
.idea
script/*.js
script/*.map
tests/*.js
tests/*.map

View file

@ -6,7 +6,6 @@
"coffeeify": "0.4.0",
"coffee-script": "1.6.2",
"relative-date": "~1.1.1",
"habitrpg-shared": "git://github.com/HabitRPG/habitrpg-shared#master",
"lodash": "~1.3.1",
"moment": "~2.1.0"
},