Skip to content

Commit

Permalink
Include patch to fix CodeBuild Project Delete
Browse files Browse the repository at this point in the history
Add some python-specific items to .gitignore
  • Loading branch information
kpitzen committed Feb 1, 2023
1 parent 0afd67a commit d72bd7d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,11 @@ sdk/java/gradle
sdk/java/gradlew
sdk/java/gradlew.bat

!upstream-tools/yarn.lock
!upstream-tools/yarn.lock

__pycache__
venv
sdk/python/build
sdk/python/*.egg-info

.envrc
2 changes: 1 addition & 1 deletion upstream

0 comments on commit d72bd7d

Please sign in to comment.