This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
113 lines (99 loc) · 1.47 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go testlib -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
# IDE Config
.idea
.vscode
.favorites.json
# Cache
dump.out
# Output
configs/shared/github_users.json
# Test data.
test/data/
# Temporary files generated when compiling the image
deployments/images/temp/
# The temporary grafana dashboard configuration file generated from the SQLite database file
configs/dev/sqlite/*.json
configs/dev/sqlite/*.db
# Tools
bin/
# Test coverage
coverage.txt
# Mac OS X
.DS_Store
# Binary file
/db2influx
/structure
/gha2db
/gha2es
/calc_metric
/gha2db_sync
/runq
/import_affs
/annotations
/tags
/columns
/webhook
/devstats
/get_repos
/merge_dbs
/replacer
/vars
/ghapi2db
/hide_data
/sqlitedb
/website_data
/sync_issues
/idb_backup
/idb_tags
/idb_tst
/idb_vars
/merge_pdbs
/pdb_vars
/z2influx
/api
/apiserver
# Other ignore file
# TODO: remove unnecessary ignore item.
jsons/*.json
jsons/*.yaml
*.swp
*.db
/tmp
/FROM
/TO
errors.txt
run.log
out
temp.sql
drop.sql
/TODO
/MAIL
/wip.sql
/log
/debug
/node_modules/
sqlite/*.sql
/*.csv
/devstats.tar
/csv/*.csv
/report_6months.txt
/report_alltime.txt
*.secret
/error.yaml
/in.json
!/contributors_and_emails.csv
!/contributing_actors*.csv
!/k8s_contributors_and_emails.csv
!/top_50_k8s_yearly_contributors.csv
!/k8s_yearly_contributors_with_50.csv