-
Notifications
You must be signed in to change notification settings - Fork 50
/
.gitignore
executable file
·60 lines (60 loc) · 952 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
*.pyc
db.sqlite3
node_modules/
task_data/
logs/
static/
ember/bower_components/
ember/node_modules/
ember/tmp/
ui/node_modules/
dist/
tmp/
.sass-cache
connect.lock
coverage/*
libpeerconnection.log
npm-debug.log
testem.log
taskd/
local/
env/
.cache/
.DS_Store
tasks/*
assets/icon.xcf.tmp.png
inthe_am/taskmanager/static/app.css
inthe_am/taskmanager/static/colorschemes/*.css
inthe_am/taskmanager/static/sources/task_manager.js
inthe_am/taskmanager/static/sources/templates.js
inthe_am/taskmanager/static/compiled.min.js
inthe_am/taskmanager/static/compiled.min.map
inthe_am/taskmanager/static/compiled.dev.js
bin/*
lib/*
src/*
include/*
etc/*
.Python
.vagrant/*
bin
bin/*
environment_variables.sh
ghostdriver.log
docs/_build
pip-selfcheck.json
tags
messages/*
local/*
share/*
docker/data/
.idea/
.private.env
.mypy_cache
taskd_services/http/env
test_taskstore/*
docker/nginx/secrets/*
docker/taskd/secrets/*
package-lock.json
ui/supervisord.pid
ui/core