Added all temp files to the .gitignore files
This commit is contained in:
parent
d915a0e52b
commit
758dd5333e
2 changed files with 7 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -30,3 +30,5 @@ node_modules/
|
|||
|
||||
/webpack/*.js
|
||||
/webpack/*.js.map
|
||||
|
||||
/files_*.pem
|
3
shared/.gitignore
vendored
3
shared/.gitignore
vendored
|
@ -21,3 +21,6 @@ popup/**/*.js
|
|||
popup/**/*.js.map
|
||||
|
||||
generated/*
|
||||
|
||||
/*.js
|
||||
/*.js.map
|
Loading…
Add table
Reference in a new issue