Adds Go built binaries to .gitignore

pull/69/head v0.2.2
Thomas Buckley-Houston 2018-01-24 16:35:57 +08:00
rodzic 221aa56869
commit 6f0a732145
2 zmienionych plików z 4 dodań i 1 usunięć

2
.gitignore vendored
Wyświetl plik

@ -4,6 +4,8 @@ build/
node_modules
interfacer/target
interfacer/vendor
interfacer/interfacer
interfacer/browsh
interfacer/webextension.go
webext/node_modules
webext/dist

Wyświetl plik

@ -152,7 +152,8 @@ class Helper {
this.firefoxPTY.write(`cd ${dir} \r`);
let command = `../node_modules/.bin/web-ext run ` +
`--firefox="${this.project_root}/webext/contrib/firefoxheadless.sh" ` +
`--url https://google.com` +
`--verbose ` +
`--url https://google.com ` +
`\r`;
this.firefoxPTY.write(command);
this.firefoxPTY.on('data', (data) => {