forked from datacommonsorg/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
76 lines (57 loc) · 1.12 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
# Python files
__pycache__/
.pytest_cache
*.pyc
.env/
screenshots/*.png
screenshots/screenshot_url.json
# Production static files
**/dist/**
!server/dist/.empty
**/node_modules/**
# Local env.
*.swp
.vscode
!.vscode/launch.json
# Mac
.DS_Store
tmp/
.air.toml
# Kubernetes
gke/config.yaml
gke/endpoints.yaml
gke/mci.yaml
endpoints.yaml
mixer-grpc.*.pb
deploy/overlays/**/endpoints.yaml
deploy/overlays/**/kustomize-build.yaml
deploy/overlays/**/kustomize-deployed.yaml
deploy/overlays/kustomization.yaml
deploy/git/mixer_hash.txt
deploy/git/website_hash.txt
# Helm
build/helm/**/*.tgz
# Terraform
# Local .terraform directories
**/.terraform/*
**/.terraform.lock.*
# .tfstate files
*.tfstate
*.tfstate.*
pylist.json
pytest_log.txt
tools/sdg/sdg.textproto
tools/sdg/subject_page_pb2.py
*diff_report.html
# Experimental - ignore symbolic links
experimental/sdg-static/datacommons/datacommons.js
experimental/sdg-static/datacommons/ranking.min.css
experimental/sdg-static/datacommons/nl_interface.min.css
# Custom DC data
data/
# Topic cache
gen_ordered_list_for_topics.mcf
mcf_parser.py
# Test input and output files
input/
output/