Skip to content

Commit

Permalink
Merge branch 'main' into aking-767-dataset-management-tooltips
Browse files Browse the repository at this point in the history
* main:
  Push a continual "dev" image to dockerhub (#781)
  Add an MVP of the sync command (#765)
  • Loading branch information
ssangervasi committed Jun 21, 2022
2 parents df34d77 + 209762b commit ac26c86
Show file tree
Hide file tree
Showing 16 changed files with 1,118 additions and 579 deletions.
22 changes: 21 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,31 @@ build/
dist/
src/fidesctl.egg-info/

# Ignore Python-Specific Files
.mypy_cache/
.nox/
.pytest_cache/
__pycache__/
.coverage

# pyenv
.python-version

# Environments
.env
.venv
env/
venv/

# Editors
.vscode/
.idea/

# Ignore the docs
docs/

# Ignore dev files
.git/
.github/
.devcontainer/

node_modules/
Loading

0 comments on commit ac26c86

Please sign in to comment.