Skip to content

Commit

Permalink
ignore ts files in builds
Browse files Browse the repository at this point in the history
  • Loading branch information
JLChnToZ committed Nov 19, 2018
1 parent 008283f commit c65d2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .packager.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ packager({
unpackDir: 'node_modules/{node-pty,wslpty}/**'
},
ignore: [
/\.([a-z0-9]*ignore|gypi?|sln|pdb|md|t?log|cmd|bat|sh|ps1|lib|exp|map|cc|h)$/i,
/\.([a-z0-9]*ignore|gypi?|sln|pdb|md|t?log|cmd|bat|sh|ps1|lib|exp|map|cc|h|ts)$/i,
/[\\\/](deps|tests?|example)[\\\/]/i,
/\.gitmodules/i,
/\.[a-z]+proj(\.filters)?$/i,
Expand Down

0 comments on commit c65d2f8

Please sign in to comment.