forked from sagemathinc/cocalc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
88 lines (70 loc) · 1.2 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
*~
*__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
src/static/
src/static.git/
src/webapp-lib/policies/_static_pricing_page.html
src/webapp-lib/wizard/
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/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
*.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/ports/
src/dev/public/rethinkdb_data/
src/dev/smc/rethinkdb_data/
src/dev/laptop/rethinkdb_data/
src/webapp-lib/primus/primus-engine.js
src/webapp-lib/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_sagews/smc_sagews.egg-info/*
src/smc_sagews/build/*
.eggs
logs
pids
src/k8s/smc-webapp-static/image/google_analytics
.gitignore