mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
* 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
|
|
|