diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 8c53f9735..6d511368b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,6 @@ zig-cache *.a profile.json -/package.json node_modules .swcrc yarn.lock @@ -62,4 +61,5 @@ src/node-fallbacks/out/* src/node-fallbacks/node_modules sign.json release/ -*.dmg
\ No newline at end of file +*.dmg +sign.*.json
\ No newline at end of file |