currentfeature/docs
Last change
on this file since 75383e6 was
75383e6,
checked in by Borja Lopez <borja@…>, 4 years ago
|
Add several log files generated by the install, start and stop scripts
to the .gitignore file
|
-
Property mode set to
100644
|
File size:
888 bytes
|
Line | |
---|
1 | # Byte-compiled / optimized / DLL files |
---|
2 | __pycache__/ |
---|
3 | *.py[cod] |
---|
4 | *$py.class |
---|
5 | |
---|
6 | # Distribution / packaging |
---|
7 | .Python |
---|
8 | *.egg-info/ |
---|
9 | .installed.cfg |
---|
10 | *.egg |
---|
11 | MANIFEST |
---|
12 | |
---|
13 | # Unit test / coverage reports |
---|
14 | htmlcov/ |
---|
15 | .tox/ |
---|
16 | .nox/ |
---|
17 | .coverage |
---|
18 | .coverage.* |
---|
19 | .cache |
---|
20 | nosetests.xml |
---|
21 | coverage.xml |
---|
22 | *.cover |
---|
23 | .hypothesis/ |
---|
24 | .pytest_cache/ |
---|
25 | |
---|
26 | # Translations |
---|
27 | *.mo |
---|
28 | *.pot |
---|
29 | |
---|
30 | # Environments |
---|
31 | .env |
---|
32 | .venv |
---|
33 | env/ |
---|
34 | venv/ |
---|
35 | |
---|
36 | # ZODB databases |
---|
37 | var/db/Data.* |
---|
38 | var/db/blobs |
---|
39 | var/zeo/Data.* |
---|
40 | var/zeo/zeo.log |
---|
41 | var/zeo/zeo.sock |
---|
42 | var/zeo/zeo.pid |
---|
43 | var/zeo/blobs |
---|
44 | |
---|
45 | # mail queue |
---|
46 | var/spool |
---|
47 | var/run/mail-queue-processor.lock |
---|
48 | |
---|
49 | # log files |
---|
50 | var/log/openworkouts.log |
---|
51 | var/log/queueprocessor.log |
---|
52 | var/log/install.log.stderr |
---|
53 | var/log/install.log.stdout |
---|
54 | var/log/pserve.err |
---|
55 | var/log/pserve.log |
---|
56 | var/log/zeo_start.err |
---|
57 | var/log/zeo_start.log |
---|
58 | var/log/zeo_stop.err |
---|
59 | var/log/zeo_stop.log |
---|
60 | var/run/pserve.pid |
---|
61 | |
---|
62 | # JS static external components and libraries |
---|
63 | ow/static/components |
---|
64 | ow/static/maps |
---|
Note: See
TracBrowser
for help on using the repository browser.