ignore path.txt
This commit is contained in:
parent
3c8af7564b
commit
9afad0a3d7
3 changed files with 4 additions and 2 deletions
3
npm/.gitignore
vendored
3
npm/.gitignore
vendored
|
@ -1,4 +1,5 @@
|
||||||
node_modules
|
node_modules
|
||||||
*.zip
|
*.zip
|
||||||
dist
|
dist
|
||||||
.DS_Store
|
path.txt
|
||||||
|
.DS_Store
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
"nugget": "^1.2.0"
|
"nugget": "^1.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"path-exists": "^1.0.0",
|
||||||
"tape": "^3.0.1"
|
"tape": "^3.0.1"
|
||||||
},
|
},
|
||||||
"author": "Mathias Buus",
|
"author": "Mathias Buus",
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
/Users/maxogden/src/js/electron-prebuilt/dist/Electron.app/Contents/MacOS/Electron
|
/Users/rnbwd/Projects/forks/electron-prebuilt/dist/Electron.app/Contents/MacOS/Electron
|
Loading…
Add table
Add a link
Reference in a new issue