mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
ignore .js & .map from (webstorm transpilers), remove habitrpg-shared
recursive repo
This commit is contained in:
parent
2c75f94254
commit
b23057593b
2 changed files with 5 additions and 2 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,2 +1,6 @@
|
|||
node_modules
|
||||
.idea
|
||||
.idea
|
||||
script/*.js
|
||||
script/*.map
|
||||
tests/*.js
|
||||
tests/*.map
|
||||
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue