浏览代码

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`.
Manav 2 年之前
父节点
当前提交
afceec2ae9
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

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