* Use local config file in dev * Fix typo * Reuse path variable to compose localPath * Fix lint errors
13 lines
147 B
Text
13 lines
147 B
Text
# build output
|
|
dist
|
|
|
|
# dependencies
|
|
node_modules
|
|
|
|
# logs
|
|
npm-debug.log
|
|
|
|
# optional dev config file and plugins directory
|
|
.hyper.js
|
|
.hyper_plugins
|
|
|