Skip to content

Commit

Permalink
Merge pull request #19 from epam/develop
Browse files Browse the repository at this point in the history
Release 5.1.0
  • Loading branch information
oleksandr-onsha authored May 15, 2024
2 parents e000d17 + 7f7840f commit 5ef54b4
Show file tree
Hide file tree
Showing 663 changed files with 60,850 additions and 57,210 deletions.
21 changes: 11 additions & 10 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
**/venv
**/*venv*
**/*.pyc
**/__pycache__
**/.tmp
**/*.md
**/.env

.pytest_cache
.coverage
htmlcov

.gitlab
.git
.cache
dist
build
*.egg-info
**/*.egg-info
.idea
.vscode
*.md


*syndicate*
c7n/
docker/logs/
docs/
scripts/
patch_scripts/
tests/
c7n
docs
deployment
patch_scripts
tests
obfuscation_manager
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -250,4 +250,5 @@ pip-selfcheck.json
# End of https://www.toptal.com/developers/gitignore/api/python,pycharm+all,virtualenv

.syndicate
.tmp/
.tmp/
**/.DS_Store
Loading

0 comments on commit 5ef54b4

Please sign in to comment.