-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitignore
43 lines (43 loc) · 1.25 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
.DS_Store
**/.terraform/
**/terraform.tfstate.d/
geckodriver.log
.vscode/
**__pycache__
**/cluster_config.json
node_modules/
**functional/casperesults.xml
*.iml
*.swp
/.idea
**notes.md
**queue_config.json
async_destroy_lambda/lambdas/vendor
**lambda_function_payload.zip
terraform/account_ingress/terraform.tfstate*
vendor/
tests/vendor/
tests/functional/complete.png
tests/functional/download.pdf
tests/functional/out.png
tests/functional/summary.png
cypress/activation_emails/*.activation
cypress/activation_emails/*.passwordreset
cypress/activation_emails/noaccountpasswordreset.*
cypress/activation_emails/unrecognized.*
cypress/integration/Stitched*
**/build
/cypress/screenshots/
/cypress/fixtures/
service-front/public/assets/v2/css/application.css.map
service-front/public/assets/v2/css/print.css.map
service-front/public/assets/v2/css/application.css
service-front/public/assets/v2/css/print.css
service-front/assets/js/lpa/lpa.templates.js
service-front/public/assets/v2/js/application.js
service-front/public/assets/v2/js/application.js.map
service-front/public/assets/v2/css/fonts.css
service-front/public/assets/v2/css/govuk-template-print.css
service-front/public/assets/v2/css/govuk-template.css
.phpunit.result.cache
cypress/integration/common/local_dev_only.js