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:
Manav 2022-12-09 13:20:22 +05:30
parent a4500609ab
commit afceec2ae9

2
.gitignore vendored
View file

@ -7,3 +7,5 @@ buildingSteps.md
.DS_Store
.idea/
build/.DS_Store
.env
.electron-symbols/