You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make local builds respect "ignore" files when uploading the built output (#10438)
* make local builds respect "ignore" files when uploading the built output to GCS for zip deploys
* Make it so we copy local build files into a separate temporary folder before we actually build it
* fix the test cleanup
* delete local_build folder
* run the linters/formatters again
* test and formatting fixes
* Make sure we do not accidentally clobber existing data if a "local_build" folder already exists
* remove legacy localbuild path and remove @apphosting/build dependency
* get rid of universalMaker experiment
* Update package lock
* Remove unneccesary warning
* format fix
* fix: scope local build archives to local_build folder and include bundle.yaml
* refactor: define and use LOCAL_BUILD_DIR_NAME constant for local build directory
* Clarify and clean up how we handle ignore files and in what order.
* For local builds, we apply all ignore filtering (user firebase.json ignores and .gitignore)
* BEFORE the build runs, right here during the directory copying phase. This creates a clean,
* isolated workspace in the `.local_build` folder that contains exactly the same source files
* that would be uploaded to Cloud Build.
* Allow parallel local builds by making the .local_build folder unique to each backend
* improve wording
* Fix format/linter errors
* By default, ignore local builds folders.
* fix glob pattern
* remove prepare.ts ignore-listing
0 commit comments