mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-26 09:03:03 +08:00
[dev] Correctly ignore node_modules in .ebignore for faster deploys
Summary: See https://github.com/lovell/sharp/issues/373#issuecomment-226849756 Test Plan: manual Reviewers: khamidou, evan Reviewed By: evan Differential Revision: https://phab.nylas.com/D4273
This commit is contained in:
parent
b8883cd2b7
commit
e347ba2f90
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
.arc*
|
||||
.git*
|
||||
arclib
|
||||
**/node_modules
|
||||
arclib/
|
||||
**/node_modules/
|
||||
packages/client-*
|
||||
!packages/client-app/.babelrc
|
||||
|
||||
|
@ -22,4 +22,4 @@ packages/client-*
|
|||
/packages/client-sync/spec-saved-state.json
|
||||
|
||||
# Built cloud files
|
||||
n1_cloud_dist
|
||||
n1_cloud_dist/
|
||||
|
|
Loading…
Reference in a new issue