hyper/.gitignore
Philippe Potvin d0f03f52e5
url are now interpreted by xterm (#3507)
* url are now interpreted by xterm

* no need

* .DS_STORE banished

* remove from reducer
2019-03-03 13:13:50 -05:00

17 lines
195 B
Text

# build output
dist
app/renderer
bin/cli.*
# dependencies
node_modules
# logs
npm-debug.log
yarn-error.log
# optional dev config file and plugins directory
.hyper.js
.hyper_plugins
.DS_Store