-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Labels
core[Component] This issue is related to the core interface and implementation[Component] This issue is related to the core interface and implementation
Description
When running the adk deploy (to cloud_run) command, the process is copying every file in the source directory, regardless of the presence of a .gitignore or .gcloudignore file.
To Reproduce
- Load ADK project in vs code
- Add .gitignore (or .gcloudignore) to exclude system/temp/other files
- Run adk deploy cloud_run ...
- Console message = 'INFO: Not using ignore file.'
Expected behavior
The process respects the .gitignore file
Desktop (please complete the following information):
- OS: macOS
- Python version 12.1
- ADK Version: 1.22.1
This is a major pain.
Metadata
Metadata
Assignees
Labels
core[Component] This issue is related to the core interface and implementation[Component] This issue is related to the core interface and implementation