-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
80 lines (80 loc) · 1.59 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
*.bak
*.lib
*.log
*.printing_whitelist.*
*.pyc
*~
.cabal-sandbox/
.cache/
.dmypy.json
.idea
.mypy_cache/
.settings
.stack-work/
.webassets-cache/
/Dumbo/**/*.iml
/Dumbo/cache/
/Dumbo/out/
/Dumbo/tmp/
/screenshots
/tim_logs/
/timApp/.angular/cache
/timApp/celerybeat-schedule.db
/timApp/prodconfig.py
/timApp/hosts.json
/timApp/auth/saml/prod/settings.json
/timApp/auth/saml/prod/new/
/timApp/messages.xlf
# Outdated folder
/timApp/modules/cs/jypeli/
/timApp/modules/cs/data/
/timApp/modules/cs/generated
/timApp/modules/cs/java/cs/ComTest.jar
/timApp/modules/cs/mathcheck/mc.exe
/timApp/modules/cs/masters/
/timApp/modules/cs/nohup.out
/timApp/modules/cs/static/glowscript
/timApp/modules/cs/static/processing/anything.html
/timApp/modules/cs/static/processing/worm.html
/timApp/modules/cs/test/a.b
/timApp/modules/cs/test/a.c
/timApp/modules/Haskell/PluginConstructionKit/
/timApp/Output.txt
/timApp/static/gen/
/timApp/static/generated/
/timApp/static/profiling/*.prof
/timApp/static/profiling/*.svg
/timApp/static/scripts/build-ide/
/timApp/static/scripts/decls/
/timApp/static/scripts/jspm_packages/
/timApp/static/scripts/node_modules/
/timApp/static/scripts/tim/**/*.js
/timApp/static/scripts/tim/imagex.js
/timApp/static/scripts/tim/ngimport.js
/timApp/static/testgen/
/timApp/tim_files/
/variables.sh
_build/
build/
bower_components/
cargo-cache/
certs/
dist/
dist_*/
log.txt
MIRToolbox/
node_modules/
pg_backup
redate-settings
temp
Thumbs.db
yubi.key
/mailman/web/diskcache/
/mailman/web/fulltext_index/
/mailman/web/logs/
/mailman/web/static/
/mailman/messages/
/mailman/db/
/mailman/core/logs/
/mailman/plugins/
venv/