-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (53 loc) · 862 Bytes
/
.gitignore
File metadata and controls
63 lines (53 loc) · 862 Bytes
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
# This file specifies intentionally untracked files that Git should ignore.
# Files already tracked by Git are not affected.
# See: https://git-scm.com/docs/gitignore
# python
__pycache__
.mypy_cache
.python-version
# terraform
.terraform
terraform.tfstate
terraform.tfstate.backup
plan
# dependencies
node_modules
backend/node_modules
docs/node_modules
frontend/node_modules
frontend/.pnp
frontend/.pnp.js
# testing
backend/coverage
docs/coverage
frontend/coverage
# production
frontend/build
frontend/docs-build
# misc
.env
tmp/*
.DS_STORE
*/.DS_STORE
.idea
.eslintcache
npm-debug.log*
yarn-debug.log*
yarn-error.log*
backend/src/xfd_django/vuln_scanning_sync.log
.serverless
.build
dist
postgres-data
es-data
matomo-data
matomo-db-data
nvd-dump
minio-data
**.pyc
infrastructure/lambdas/security_headers.zip
*.hcl
.iac-data
.log
# VS Code
*.vscode/*