Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
odrick committed Feb 15, 2019
1 parent b42fdc6 commit f0c371e
Show file tree
Hide file tree
Showing 9 changed files with 1,112 additions and 1,163 deletions.
29 changes: 13 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# ide
.idea/*
.vscode/*

#node modules
node_modules/*

#temp files
.DS_Store
/index.js
/index.js.map
/package-lock.json
/src/electron/package-lock.json
/src/electron/test
/dist/web
/electron/www
.idea/*
.vscode/*

node_modules/*

package-lock.json

.DS_Store
/index.js
/index.js.map
/dist/web
/dist/app
/electron/www
Loading

0 comments on commit f0c371e

Please sign in to comment.