Skip to content

Commit

Permalink
Update centrally managed files (#16)
Browse files Browse the repository at this point in the history
* update .gitignore

* update .gitignore

* update .gitignore

* update .gitignore

* update .gitignore

* update .gitignore

---------

Co-authored-by: soleng-terraform[bot] <168111096+soleng-terraform[bot]@users.noreply.github.com>
  • Loading branch information
soleng-terraform[bot] authored Sep 20, 2024
1 parent 9e68323 commit ff37485
Showing 1 changed file with 31 additions and 27 deletions.
58 changes: 31 additions & 27 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,41 +1,45 @@
# Juju files
.unit-state.db
.go-cookies
# This file is centrally managed as a template file in https://github.com/canonical/solutions-engineering-automation
# To update the file:
# - Edit it in the canonical/solutions-engineering-automation repository.
# - Open a PR with the changes.
# - When the PR merges, the soleng-terraform bot will open a PR to the target repositories with the changes.

layers/*
interfaces/*

# Byte-compiled / optimized / DLL files
# Python Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Tests files and dir
# Test files and directories
.pytest_cache/
.coverage
.tox
report/
reports/
**/report/
htmlcov/
.mypy_cache

# python virtual environments (for local dev)
.venv
venv
env

# Build artefacts
output/
.build/
build/
*.charm
*.snap
# python build artefacts
deb_dist/
dist/
*.egg-info/

# Log files
*.log

# pycharm
.idea/

# vi
.*.swp

# version data
repo-info
version

# Python builds
deb_dist/
dist/

# Snaps
*.snap
# general backup files
*~
*.bak

# Builds
.build/
# Note: for editor-specific files, please don't add them here, as they are specific to your environment, not the project.
# Instead, consider using a global gitignore on your workstation.

0 comments on commit ff37485

Please sign in to comment.