This repository has been archived by the owner on Nov 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitignore
58 lines (58 loc) · 1.86 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
tasks/dr_dbutils/private_config.json
tasks/dr_dbutils/.coverage
tasks/dr_dbutils/__pycache__
tasks/dr_dbutils/test/__pycache__/
tasks/dr_dbutils/.idea
tasks/dr_dbutils/dr_dbutils.egg-info
tasks/dr_dbutils/test/private_config.json
tasks/dr_dbutils/dist/tasks/
tasks/pg_utils/.coverage
tasks/pg_utils/__pycache__
tasks/pg_utils/test/__pycache__/
tasks/pg_utils/pg_utils.egg-info
tasks/extract_filepaths_for_granule/.coverage
tasks/extract_filepaths_for_granule/.idea
tasks/extract_filepaths_for_granule/__pycache__
tasks/extract_filepaths_for_granule/test/__pycache__/
tasks/extract_filepaths_for_granule/build/
tasks/request_files/private_config.json
tasks/request_files/.coverage
tasks/request_files/.idea
tasks/request_files/__pycache__
tasks/request_files/test/__pycache__
tasks/request_files/build
tasks/request_files/.pytest_cache/
tasks/request_files/dev_test/test_requests_postgres_lisa.py
tasks/request_status/.vscode/.ropeproject/config.py
tasks/request_status/.vscode/.ropeproject/objectdb
tasks/request_status/private_config.json
tasks/request_status/__pycache__
tasks/request_status/.coverage
tasks/request_status/.idea
tasks/request_status/test/__pycache__
tasks/request_status/build
tasks/db_deploy/private_config.json
tasks/db_deploy/utils/__pycache__
tasks/db_deploy/__pycache__
tasks/db_deploy/.coverage
tasks/db_deploy/.idea
tasks/db_deploy/test/__pycache__
tasks/db_deploy/test/private_config.json
tasks/db_deploy/build
tasks/.idea/
tasks/copy_files_to_archive/.vscode/.ropeproject/config.py
tasks/copy_files_to_archive/.vscode/.ropeproject/objectdb
tasks/copy_files_to_archive/private_config.json
tasks/copy_files_to_archive/.coverage
tasks/copy_files_to_archive/.idea
tasks/copy_files_to_archive/__pycache__
tasks/copy_files_to_archive/test/__pycache__
tasks/copy_files_to_archive/build
tasks/package/
terraform\.tfvars
\.terraform/
*.zip
terraform\.tfstate*
terraform.tf
venv/
.idea