-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitignore
126 lines (111 loc) · 1.9 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
114
115
116
117
118
119
120
121
122
123
124
125
126
.env
**/.npmrc
*.swp
*.DS_Store
/node_modules*/
*/node_modules*/
*/*/node_modules*/
npm-debug.log
public/bin
dist/*
**/dist
.sse/*
!.sse/README.md
server/app.js
server/genome/*.js
server/dataset/*.js
server/test/*.bundle.js
server/test/cache/*
server/**/*serverTests.js
server/routes/*.js
server/src/app.js
server/src/health.js
server/src/hicstat.js
server/package*/*
shared/types/docs.json
shared/types/*.js
shared/types/**/*.js
!shared/types/checkers/index.js
shared/types/terms/*.js
shared/types/routes/checkers/*
**/public/bin/*
public/tmp/*
/container/deps/public/cards/
public/data/*
public/stage/*
public/prod/*
public/ppdev/*
public/sjcharts
public/.htaccess
public/dev.html
public/svcnv.html
public/ALCL.html
.htaccess
public/builds/*
public/static/*.docx
public/static/*.pdf
**/rev.txt
public/docs/*/*
public/docs/readme.json
public/docs/server-api.json
/utils/vcf2genesamplematrix/bin.js
/utils/vcf2genesamplematrix/output.html
/utils/vcf2genesamplematrix/bin.smat.js
/utils/findspliceevent/bin2.js
/utils/findspliceevent/bin.js
/utils/countbamallele.phased/bin*
/utils/*/*.bundle.js*
container/public/example*
container/public/cards/*
container/dataset/*
container/**/pkg.json
container/ci-run.sh
**/rust/target/*
/dnanexus/app/vcf2matrix/resources/usr/bin/*
test/copies/*
test/testers/*
client/test/internals*.js
client/test/wpCompileTime.js
client/test/*.bundle.js*
client/test/init-esm.js
client/test/bundle/*
cairo-*/*
canvas/*
pixman-*/*
**/serverconfig*.json
!/server/test/serverconfig.json
!/container/ci/serverconfig.json
!/container/dev/serverconfig.json
**/server.js*
**/server.ts*
!client/rx/server.js
setup/*gz*
setup/*
**/tmpbuild*/*
**/tmppack*/*
pp-server/*
archive/*
**/package/*
**/package */*
*-stash.js
*.bak
*.tar
*.tgz
*.min.js
deploys/
.vscode/launch.json
.vscode/settings.json
.idea/
*.key
*.pem
*.csr
*.ext
*.crt
.ssl
ssl-proxy.json
.RData
log.txt
**/*.log
*-debug.*
build/sj/env.sh
rust/Dockerfile