Update gitignore to include .env and .electron-symbols/
The .electron-symbols folder is generated when uploading Electron symbols to our self hosted Sentry via `sentry-symbols.js`.
This commit is contained in:
parent
a4500609ab
commit
afceec2ae9
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -7,3 +7,5 @@ buildingSteps.md
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.idea/
|
.idea/
|
||||||
build/.DS_Store
|
build/.DS_Store
|
||||||
|
.env
|
||||||
|
.electron-symbols/
|
||||||
|
|
Loading…
Add table
Reference in a new issue