mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
87aa1a86ad
Summary: Now that .babelrc is in client-app, we need to make it an exception in the .dockerignore file. Additionally, this means that the client-app directory will exist during the postinstall script in the cloud environment, so we need a stricter check to figure out if the client-app needs to be built or not. Test Plan: deployed to staging Reviewers: evan, juan Reviewed By: juan Differential Revision: https://phab.nylas.com/D4008
25 lines
356 B
Text
25 lines
356 B
Text
.arc*
|
|
.git*
|
|
arclib
|
|
**/node_modules
|
|
packages/client-*
|
|
!packages/client-app/.babelrc
|
|
|
|
*.swp
|
|
*~
|
|
.DS_Store
|
|
**/npm-debug.log
|
|
**/lerna-debug.log
|
|
|
|
# Vim temp files
|
|
*.swp
|
|
*.swo
|
|
|
|
# Elastic Beanstalk Files
|
|
.elasticbeanstalk/*
|
|
!.elasticbeanstalk/*.cfg.yml
|
|
!.elasticbeanstalk/*.global.yml
|
|
/packages/client-sync/spec-saved-state.json
|
|
|
|
# Built cloud files
|
|
n1_cloud_dist
|