File: .gitignore

package info (click to toggle)
python-rjsmin 1.2.5%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,256 kB
  • sloc: javascript: 8,503; python: 5,315; ansic: 821; sh: 100; makefile: 19
file content (42 lines) | stat: -rw-r--r-- 440 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
*.py[cod]
*.so
*.egg-info/
__pycache__
/setup.cfg
/dist
/build
/.sdist
/.bdist
/docs/_userdoc/_build/
/docs/_userdoc/apidoc/*
/docs/apidoc/
/docs/userdoc/
/docs/coverage/
/docs/gcov/
/docs/website/
/_website/
*.ebuild
.sw?
.*.sw?
.idea
.vscode
MANIFEST

.DS_Store
/.venv
/.tox
.pytest_cache
.cache
.coverage*
/core
gcov.out
/bench/.out.*

.terraform
.terraform.lock.hcl
.state
*.auto.tfvars.json
*.tf.json
*.auto.*.yaml
*.generated.*
*.zip