Skip to content

Commit

Permalink
Adjust gitignore, ensure .nox is ignored in projects
Browse files Browse the repository at this point in the history
  • Loading branch information
lkubb committed Dec 13, 2024
1 parent c632d39 commit 516ac43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 26 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,5 @@ dmypy.json
# Pyre type checker
.pyre/

# Ignore the setuptools_scm auto-generated version module
src/saltext/cli/version.py

# Ignore CI generated artifacts
artifacts/
28 changes: 5 additions & 23 deletions common/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,16 @@ pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.kitchen
.kitchen.local.yml
kitchen.local.yml
junit-*.xml
.pytest_cache/

# Translations
*.mo
Expand Down Expand Up @@ -110,25 +109,8 @@ ENV/
# Bundler
.bundle/

# copied `.md` files used for conversion to `.rst` using `m2r`
docs/*.md

# Vim
*.sw?

## Collected when centralising formulas (check and sort)
# `collectd-formula`
.pytest_cache/
/.idea/
Dockerfile.*_*
ignore/
tmp/

# `salt-formula` -- Vagrant Specific files
.vagrant
top.sls
!test/salt/pillar/top.sls

# `suricata-formula` -- Platform binaries
*.rpm
*.deb
# CI
artifacts/

0 comments on commit 516ac43

Please sign in to comment.