forked from broadinstitute/gnomad-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
63 lines (47 loc) · 913 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
# Dependencies
node_modules
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# pyenv
.python-version
# Logs
yarn-debug.log*
yarn-error.log*
# Deployment configuration
deploy_config.json
browser/build.env
# Build outputs
browser/dist
# Hail logs
hail-*.log
# macOS Finder Info
**/.DS_Store
# vscode settings
**/.vscode/
# cypress generated test files
browser/cypress/screenshots
browser/cypress/videos
browser/cypress/logs
browser/cypress/fixtures/profile.json
browser/cypress/fixtures/users.json
# Terraform configuration
**/*.tfvars
**/*.tfvars.json
**/*.auto.tfvars
**/*.auto.tfvars.json
**/backend.hcl
## Ignore Terraform CLI configuration files
**/.terraform
**/.terraform.d
**/.terraformrc
**/terraform.rc
## Local .terraform directories
**/.terraform/*
## Terraform .tfstate files
**/*.tfstate
**/*.tfstate.*
## Terraform crash log files
**/crash.log
**/crash.*.log