forked from criblio/diag-upload-service
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
89 lines (83 loc) · 1.38 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# OS Specific
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# IDE Specific
nbproject
.~lock.*
.buildpath
.idea
.project
.settings
.vscode
composer.lock
*.sublime-workspace
*.swp
*.swo
.run
.dccache
# Project Specific
cdk.context.json
.cdk.staging
cdk.out
*.log
lib
tmp
.changelog
coverage
coverage-*
__coverage__
.nyc_output
.eslintcache
.env
.env.*
!packages/shared/.env
!packages/metronome/package.json
node_modules
.cache
**/dist/**
!packages/zeus/dist/dummy.txt
build
# public
*.zip
*.d.ts
packages/end2end/output
!packages/end2end/output/imageBase
!packages/end2end/steps.d.ts
*.js
*.jsx
!auth0/**/*.js
!auth0/sample-app/public
auth0/config/cribl-cloud-dev-*.json
config/local/cribl-cloud-dev-*.yml
!packages/zeus/jest_config.js
!packages/shared/src/app-conf.js
!packages/zeus/component-test/.env
config/local/localstack.yml
config/deploy/local.yml
test-reports
junit.xml
.next
.serverless
.serverless_nextjs
package-lock.json
**/.terraform/*
.terraform.*
terraform.tfstate*
.terraform.lock.hcl
*.tfstate
*.tfstate.*
infrastructure/terraform/tenant/prod/**
infrastructure/terraform/tenant/staging/**
# Auth0 Specific
auth0/deploy/organizations/**
auth0/deploy/clients/Auth0*Deploy*CLI.json
.pnpm-store
dev-container/env/main.env
infrastructure/ami/local.pkrvars.hcl
infrastructure/terraform/tenant/root/*.tfvars.json
infrastructure/terraform/tenant/root/license.auto.tfvars