Info on deployed app should be ignored by git
Open
feature-request
- Dominant language
- Python
- Stars
- 11.1k
- Forks
- 1k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 2
Description
When I run `chalice deploy`, the directory `.chalice/deployed/` is created and contain a json file that records the AWS resources for my deployment. Git is not configured to ignore this directory, when presumably it should be.
https://github.com/aws/chalice/blob/3bfbd3d6800777206198fc58d264eaee1c4f574d/chalice/deploy/deployer.py#L831-L844
Contributor guide
Research direction
Start at chalice/deploy/deployer.py lines 831-844, where chalice deploy creates .chalice/deployed/ and records AWS resources. Trace how Git ignore configuration is handled, then verify that the generated directory is ignored after deployment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, git, python
- Domain
- developer-experience, devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100