forked from LivelyKernel/LivelyKernel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
69 lines (51 loc) · 715 Bytes
/
.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
# Cruft #
.DS_Store
# optimized loading #
.optimized-loading-cache/
combined.js*
# Scripts #
workspace/
localconfig.js
# Worlds #
*.html
!blank.html
!welcome.html
!run_tests.html
!onedrive.html
!dropbox.html
# Node #
node_modules
*.pid
# Parts #
PartsBin
# Users #
users
# Wiki #
objects.sqlite
# Debugging -- for development, will go away soon #
DBG_*.js
*.js~
# Symlinks #
stuff
web
# PartsBin serving
PartsBin-copies/
# QBF
QBFHighScores.json
# module debugging
*.html.dot
*.html.svg
# backup
.exclude-from-backup
# ignore lively-web specific subservers
core/servers/
# R
lively_r_log
.Rhistory
Rplots.pdf
R-libraries/
# Github API
core/apis/github-api.json
# HTTP / server #
htpasswd
.htpasswd