-
-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (38 loc) · 625 Bytes
/
.gitignore
File metadata and controls
43 lines (38 loc) · 625 Bytes
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
# From reports/*
bugs.csv
bugs.full
cve.txt
cve.xsl
issues.csv
issues/*.js
pulls.csv
pulls/*.js
releases.txt
team
team.counts
team.full
# From license
adpass.txt
ropass.txt
rwpass.txt
ghpass.txt
# QueryApp
/QueryApp/Makefile
/QueryApp/Makefile.old
/QueryApp/META.yml
/QueryApp/MYMETA.*
/QueryApp/blib
/QueryApp/inc
/QueryApp/pm_to_blib
# OpenSSL-Query
/OpenSSL-Query/Makefile
/OpenSSL-Query/Makefile.old
/OpenSSL-Query/META.yml
/OpenSSL-Query/MYMETA.*
/OpenSSL-Query/blib
/OpenSSL-Query/inc
/OpenSSL-Query/pm_to_blib
# in case someone forgets and commits their token
github-approve-label-workflow/token.txt
# Generic
*~