mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 16:55:34 +03:00
Ignore *.log files, such as from npm or Yarn
This commit is contained in:
parent
bdc8508198
commit
e42560a216
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
/.npmrc
|
/.npmrc
|
||||||
|
/*.log
|
||||||
|
|
||||||
/node_modules
|
/node_modules
|
||||||
/lib
|
/lib
|
||||||
|
|
Loading…
Reference in a new issue