Skip to content

Commit 3dc271b

Browse files
authored
fix: avoid leaking secrets (#93)
1 parent 667a255 commit 3dc271b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ electron.d.ts
22
node_modules
33
test-smoke/electron/index.d.ts
44
test-smoke/**/*.js
5-
yarn.lock
5+
yarn.lock
6+
.npmrc
7+
.env

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
electron-api-docs
22
yarn.lock
3+
.npmrc
4+
.env

0 commit comments

Comments
 (0)