Skip to content

Commit

Permalink
Updating dockerignore + gcloudignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jesuejunior committed Aug 17, 2020
1 parent 0c82239 commit a21072b
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,23 @@
.idea
*.md
*.log
*.tgz
*.tgz

# files
README.md
docker-compose.yml

# folders
docs/
dist/
build/
brandenburg.egg-info/
.mypy_cache/
.pytest_cache
.circleci/
.coverage
out
**/out
out
**/out
.serverless
tests/*
test
Expand Down
47 changes: 47 additions & 0 deletions .gcloudignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,50 @@ docker-compose.yml
package*.json
conftest.py
.dockerignore
# Extensions
*.pyc
/.git
*.swp
*.swo
.DS_Store
*.sqlite3
.idea
*.md
*.log
*.tgz

# files
README.md
docker-compose.yml

# folders
docs/
dist/
build/
brandenburg.egg-info/
.mypy_cache/
.pytest_cache
.circleci/
.coverage
out
**/out
.serverless
tests/*
test
*.*.*.test*
.cache
__pycache__

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
develop-eggs
.installed.cfg

# Installer logs
pip-log.txt

0 comments on commit a21072b

Please sign in to comment.