mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-18 07:12:58 +03:00
ignore electron_app subdirs properly, missed these too :L
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
aa7728cad3
commit
39b6c7c65d
1 changed files with 1 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -6,12 +6,11 @@
|
||||||
/lib
|
/lib
|
||||||
/node_modules
|
/node_modules
|
||||||
/electron_app/node_modules
|
/electron_app/node_modules
|
||||||
|
/electron_app/dist
|
||||||
/packages/
|
/packages/
|
||||||
/webapp
|
/webapp
|
||||||
/.npmrc
|
/.npmrc
|
||||||
.DS_Store
|
.DS_Store
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
electron/dist
|
|
||||||
electron/pub
|
|
||||||
/config.json
|
/config.json
|
||||||
/src/component-index.js
|
/src/component-index.js
|
||||||
|
|
Loading…
Reference in a new issue