mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-26 10:00:50 +08:00
918fa0b6dd
[*] update babel [client-app] remove flow-typed [client-app] Move build/package.json to main package.json [client-app] remove spec_integration [client-app] fix babel support Add client-private-plugins package.json [client-app] add node_modules to global path for private-plugins Move client-sync dependencies to client-app root fix electron rebuild [*] moved to monorepo Summary: App now runs in monorepo Test Plan: npm test Reviewers: juan, mark, khamidou, halla, spang Differential Revision: https://phab.nylas.com/D3947
27 lines
346 B
Text
27 lines
346 B
Text
n1_cloud_dist
|
|
|
|
.git
|
|
.arcconfig
|
|
.arclint
|
|
arclib
|
|
|
|
*.swp
|
|
*~
|
|
.DS_Store
|
|
node_modules
|
|
**/node_modules
|
|
dump.rdb
|
|
*npm-debug.log
|
|
storage/
|
|
lerna-debug.log
|
|
newrelic_agent.log
|
|
|
|
# Vim temp files
|
|
*.swp
|
|
*.swo
|
|
|
|
# Elastic Beanstalk Files
|
|
.elasticbeanstalk/*
|
|
!.elasticbeanstalk/*.cfg.yml
|
|
!.elasticbeanstalk/*.global.yml
|
|
/packages/client-sync/spec-saved-state.json
|