source: OpenWorkouts-current/.gitignore @ a4e4799

currentfeature/docs
Last change on this file since a4e4799 was a4e4799, checked in by Borja Lopez <borja@…>, 5 years ago

(#56) Added i18n helper scripts and spanish (es) translations.
Done lots of translated strings fixes in templates.
Removed .mo and .pot files from the git ignore list.

  • Property mode set to 100644
File size: 890 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
11MANIFEST
12
13# Unit test / coverage reports
14htmlcov/
15.tox/
16.nox/
17.coverage
18.coverage.*
19.cache
20nosetests.xml
21coverage.xml
22*.cover
23.hypothesis/
24.pytest_cache/
25
26# Translations
27#*.mo
28#*.pot
29
30# Environments
31.env
32.venv
33env/
34venv/
35
36# ZODB databases
37var/db/Data.*
38var/db/blobs
39var/zeo/Data.*
40var/zeo/zeo.log
41var/zeo/zeo.sock
42var/zeo/zeo.pid
43var/zeo/blobs
44
45# mail queue
46var/spool
47var/run/mail-queue-processor.lock
48
49# log files
50var/log/openworkouts.log
51var/log/queueprocessor.log
52var/log/install.log.stderr
53var/log/install.log.stdout
54var/log/pserve.err
55var/log/pserve.log
56var/log/zeo_start.err
57var/log/zeo_start.log
58var/log/zeo_stop.err
59var/log/zeo_stop.log
60var/run/pserve.pid
61
62# JS static external components and libraries
63ow/static/components
64ow/static/maps
Note: See TracBrowser for help on using the repository browser.