-
Notifications
You must be signed in to change notification settings - Fork 216
/
.gitignore
158 lines (126 loc) · 2.5 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
*~
*__pycache__
*.csr
*.pem
*.pyc
*.tmp
*.sqlite3
logs
codemirror.min.js
.DS_Store
*.log
*.sobj
.*.sage-backup
.*.sage-history
.*.smc-backup
data/
.#*
\#*
node_modules
*.sass-cache
.vs/
err
log
out
go
src/cocalc-testcafe/package-lock.json
src/tsconfig.tsbuildinfo
src/static/
src/static.git/
src/packages/assets/policies/_static_pricing_page.html
src/packages/assets/_static_*.html
src/packages/assets/examples/
src/smc-webapp/_colors.sass
src/page/temp
src/static/mercury/js/mercury.min.js
src/static/mercury/src/build
src/static/codemirror-3.1/*
src/static/*.min.js
src/static/*.map.js
src/scripts/skel/.sagemathcloud
src/scripts/export-api-doc.js
src/src/*cassandra*
src/src/*.tar.gz
src/src/*.tgz
.*backup
.*swp
*sage-chat
*sage-git
src/conf/tinc_hosts/
*.aux
*.out
*.pdf
*.synctex.gz
*.toc
*.term
*.term.init
*.sagews
# mocha: banket coverage report
src/coverage
src/*/coverage
# comes up when testing in that directory
src/rethinkdb_data/
src/dev/project/rethinkdb_data/
src/dev/project/postgres_data/
src/dev/project/ports/
src/dev/public/rethinkdb_data/
src/dev/smc/rethinkdb_data/
src/dev/laptop/rethinkdb_data/
src/packages/assets/primus/primus-engine.js
src/packages/assets/primus/primus-engine.min.js
src/static/term/term.min.js
src/restart_hub
src/restart_compute
.coffee
src/smc-hub/run/hub[0-9].js
src/smc-hub/lti
src/smc-hub/landing
src/smc_sagews/smc_sagews.egg-info/*
src/smc_sagews/build/*
src/smc_pyutil/smc_pyutil.egg-info/*
src/smc_pyutil/build/*
.eggs
logs
pids
src/k8s/smc-webapp-static/image/google_analytics
src/smc-build/smc-compute-env.html
src/smc-build/prometheus/alertmanager.yml
**/octave-workspace
**/.cache/
.gitignore
postgres-env
# related to testing
src/smc-hub/test/*.js
src/smc-hub/test/*.map
src/smc_sagews/smc_sagews/metastore_db/
# autogenerated
src/smc-webapp/_colors.sass
# autogenerated (and might not use...)
**/peg/latex.js
# pytest cache
src/smc_sagews/.pytest_cache/
.mypy_cache/
src/go-landing
**/dist
**/dist/
**/dist-measure/
**/dist-prod/
**/dist-prod-measure/
**/dist-ts/
src/packages/landing
tsconfig.tsbuildinfo
**/landing-free/cache/
**/.next
**/.successful-build
src/packages/next/cache
src/packages/next/software-inventory/*.json
src/packages/next/lib/software-inventory/*.json
src/packages/next/public/openapi.json
src/compute/compute/dev/conf*
src/g
src/go
# Python virtual environment
venv
# frontend/i18n files, which are created during build or updating the languages
src/packages/frontend/i18n/extracted.json
src/packages/frontend/i18n/trans/*.compiled.json