mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Fix #1594: exclude all generated files
This commit is contained in:
parent
c3dd7d216b
commit
879d3ba881
1 changed files with 1 additions and 3 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,8 +1,6 @@
|
|||
AMOKEYS
|
||||
build
|
||||
node_modules
|
||||
src/.excmds_background.generated.ts
|
||||
src/.excmds_content.generated.ts
|
||||
src/grammars/*.ts
|
||||
generated
|
||||
web-ext-artifacts
|
||||
|
@ -15,4 +13,4 @@ native_main.spec
|
|||
tags
|
||||
compiler/*.js
|
||||
compiler/**/*.js
|
||||
src/.metadata.generated.ts
|
||||
.*.generated.ts
|
||||
|
|
Loading…
Add table
Reference in a new issue