File: options

package info (click to toggle)
gitlabracadabra 2.7.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,448 kB
  • sloc: python: 11,906; javascript: 663; makefile: 4
file content (23 lines) | stat: -rw-r--r-- 530 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
extend-diff-ignore = "^[^/]*[.]egg-info/"
tar-ignore
tar-ignore = build
tar-ignore = .coverage
tar-ignore = dist
tar-ignore = docs/_build
tar-ignore = *.egg-info
tar-ignore = .git
tar-ignore = htmlconv
tar-ignore = .idea
tar-ignore = MANIFEST
tar-ignore = .mypy_cache
tar-ignore = node_modules
tar-ignore = package-lock.json
tar-ignore = package.json
tar-ignore = *.pyc
tar-ignore = .pytest_cache
tar-ignore = *.swp
tar-ignore = .testrepository
tar-ignore = venv
tar-ignore = .venv
tar-ignore = .vscode
tar-ignore = */__pycache__