forked from Yelp/Tron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
53 lines (51 loc) · 822 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
dist
build
MANIFEST
tron.egg-info
*.pyc
*._*
*.swp
*.swo
docs/_build/
.idea
.vscode
tron.iml
docs/images/
*.dot
tronweb/js/cs/*.js
yarn.lock
tronweb_tests/spec/*.js
tronweb_tests/lib/
.tox
.tox-indocker
tron.iml
__pycache__/
.pytest_cache/
tron_state
tron.lock
manhole.sock
manhole.sock.lock
node_modules/
# Example cluster
example-cluster/config
example-cluster/MASTER.*
example-cluster/tron-repl.lock
example-cluster/tron_state*
example-cluster/manhole.sock*
example-cluster/_events/
*.stdout
*.stderr
dev/manhole.sock.lock
dev/tron.pid
dev/_events/
# Generated debian artifacts
debian/.debhelper/
debian/debhelper-build-stamp
debian/files
debian/tron
debian/tron.debhelper.log
debian/tron.postinst.debhelper
debian/tron.postrm.debhelper
debian/tron.preinst.debhelper
debian/tron.prerm.debhelper
debian/tron.substvars