Skip to content

Commit cd26d6a

Browse files
author
Lucas Araujo
committed
[DDW-796] Exclude js/ts files from nix-build glob
1 parent d770712 commit cd26d6a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ mainnet-genesis-dryrun-with-stakeholders.json
8686

8787
# nix-build results
8888
result*
89+
!result*.js
90+
!result*.jsx
91+
!result*.ts
92+
!result*.tsx
8993

9094
# Npm
9195
package-lock.json

0 commit comments

Comments
 (0)