mirror of
https://github.com/Foltik/Shimapan
synced 2025-01-03 23:18:48 -05:00
Ignore build directories
This commit is contained in:
parent
88f8a3fcef
commit
6fd2e64316
8
.gitignore
vendored
8
.gitignore
vendored
@ -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
8998
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user