-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
67 lines (58 loc) · 1.13 KB
/
.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
# Dev files
*.iml
*~
.idea/
.DS_Store
.env
**/secrets.json
**/.tmp.aws.config
.phpunit.result.cache
.php_cs.cache
.php-cs-fixer.cache
ecs-helper
opg-ecs-helper_*.tar.gz
# Common vendor folders
bin/
lib/
node_modules/
var/
vendor/
!ecs-helper/vendor/
# Terraform
**/.terraform/
**/terraform.tfstate.d/
**/terraform.output.json
**/terraform.output.json.enc
**/terraform.plan*
**/account/builds
**/account/region/.terraform.lock.hcl
**/go_redeployer/bootstrap
**/go_redeployer/function.zip
**/modules/**/.terraform.lock.hcl
# Repo-specific excludes
terraform/to_import\.sh
.certs
log/pact.log
**/local-load-balancer/certificates/nginx.*
**/client/resources/public/assets
**/client/resources/public/images
**/client/resources/public/*.png
**/client/resources/public/*.ico
lambdas/functions/block_ips_lambda/block_ips.zip
ecs-helper
opg-ecs-helper_*.tar.gz
# Lambda specific
**lambda*.zip
**monitor_notify*.zip
**layer*.zip
lambdas/functions/**/layers/**
!lambdas/functions/**/layers/**/.gitkeep
*__pycache__*
*venv*
# Code coverage
api/tests/coverage/
#cache grinds
client/app/cachegrind/*/cachegrind*
api/cachegrind/*/cachegrind*
#Zap
zap/ModernReport/