File: options

package info (click to toggle)
dotenv-cli 3.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: python: 326; makefile: 62
file content (9 lines) | stat: -rw-r--r-- 349 bytes parent folder | download
1
2
3
4
5
6
7
8
9
extend-diff-ignore = "^[^/]*[.]egg-info/"
# below are my exceptions, probably best to try to mirror the .gitignore
extend-diff-ignore = "^build/"
extend-diff-ignore = "^dist/"
extend-diff-ignore = "^.pytest_cache/"
extend-diff-ignore = "^htmlcov/"
extend-diff-ignore = "^.coverage"
extend-diff-ignore = "^.mypy_cache/"
extend-diff-ignore = "^venv/"