diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2020-04-28 12:34:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-28 18:34:05 +0200 |
| commit | cb2b4e3522cb7f426ba5ad3e68deb9e6ccc581ec (patch) | |
| tree | 2a2f38823c3c9f0b5439ce2aa7c9040299109292 /electron/.gitignore | |
| parent | eb526927e16954390d06929535d6f5c3766b5f6c (diff) | |
electron simulator (#531)
Diffstat (limited to 'electron/.gitignore')
| -rw-r--r-- | electron/.gitignore | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/electron/.gitignore b/electron/.gitignore index 9209ef5b..6d099101 100644 --- a/electron/.gitignore +++ b/electron/.gitignore @@ -1,2 +1,10 @@ -node_modules -out +.DS_Store +dist/electron/* +dist/web/* +build/* +!build/icons +node_modules/ +npm-debug.log +npm-debug.log.* +thumbs.db +!.gitkeep |
