-
Notifications
You must be signed in to change notification settings - Fork 19
/
.gitignore
85 lines (85 loc) · 899 Bytes
/
.gitignore
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
fdevsec.yaml
creds.json
core.*
# DrawIO temporary files
*.dtmp
*.bkp
.chrome/
!**/.gitkeep
*$py.class
**/.terraform/*
*,cover
*-debug.zip
*.cpuprofile
*.egg
*.egg-info/
*.log
*.manifest
*.mo
*.py[cod]
*.so
*.spec
*.tfstate
*.tfstate.*
*.tfvars.json
**.auto.tfvars
*.tsbuildinfo
*_override.tf
*_override.tf.json
*~
.DS_Store
.Python
.cache
.coverage
.coverage.*
.eggs/
.eslintcache
.hypothesis/
.idea
.installed.cfg
.ipynb_checkpoints
.python-version
.scrapy
.tox/
.venv
ENV/
TODO
__pycache__
__pycache__/
build
build/
coverage.xml
crash.*.log
crash.log
develop-eggs/
dist
dist/
downloads/
eggs/
env/
example
example.zip
htmlcov/
lib/
lib64/
megalinter-reports/
mkdocs_material.egg-info
node_modules
node_modules/
nosetests.xml
override.tf
override.tf.json
package*.json
parts/
pip-delete-this-directory.txt
pip-log.txt
sdist/
site
site*/
target/
terraform.rc
.terraform.lock.hcl
tmp
var/
venv
venv/