Mailspring/.dockerignore
Halla Moore 87aa1a86ad [*] Make sure cloud deploy can access .babelrc
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
2017-02-22 12:09:14 -08:00

26 lines
356 B
Plaintext

.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