1
0
mirror of https://github.com/Foltik/Shimapan synced 2025-01-03 23:18:48 -05:00

Ignore build directories

This commit is contained in:
Jack 2017-10-20 17:42:45 -04:00
parent 88f8a3fcef
commit 6fd2e64316
Signed by: foltik
GPG Key ID: 303F88F996E95541
3 changed files with 9004 additions and 7 deletions

8
.gitignore vendored
View File

@ -1,9 +1,9 @@
node_modules/
public/libs/
public/js
public/css
.idea/
.awcache/
uploads/
package-lock.json
jwt.pem

8998
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -47,9 +47,8 @@
"scripts": {
"test": "npx mocha",
"build": "npx gulp",
"watch": "npm run watch-js & npm run watch-css",
"watch-js": "npx nodemon -e js -w public/js -x 'npx gulp minjs'",
"watch-css": "npx nodemon -e css -w public/css -x 'npx gulp mincss'"
"start": "npx gulp start",
"watch": "npx gulp watch"
},
"repository": {
"type": "git",