forked from translate/pootle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
88 lines (68 loc) · 1.03 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
81
82
83
84
85
86
87
88
# /deploy/*/
/deploy/*/fabric.py
/deploy/*/settings.conf
/deploy/*/virtualhost.conf
# /docs/
/docs/_build/
/docs/icons.rst.inc
# /pootle/assets/*/
/pootle/assets/
# /pootle/dbs/
/pootle/dbs/*.db
# /pootle/locale/*/LC_MESSAGES/
/pootle/locale/*/LC_MESSAGES/
# /pootle/po/
/pootle/po/*/
!/pootle/po/tutorial/
!/pootle/po/templates/
# /pootle/repos/
/pootle/repos/*
!/pootle/repos/README
# /pootle/settings/
/pootle/settings/*-local.conf
# Possible customizations
/pootle/templates/custom
/pootle/static/*/custom
# General
*.bak
*.pyc
*.pyo
*.prefs
*.stats
*.pending
*.po.tm
.translation_index
# npm
node_modules/
# webpack
.module-cache
*.bundle.js
*.bundle.js.map
# Temporary/local files
~*
# ViM-generated
*.swn
*.swo
*.swp
*~
# Emacs-generated
.#*
\#*#
# Ignore stuff from the 'gh-pages' branch
assets/
_layouts/
_site/
# Build stuff
dist/
build/
Pootle.egg-info/
# PyDev (Intellij) local configuration folder
.idea
# local log direcotry
log/
# Eclipse PyDev projects
.project
.pydevproject
# custom manage shell script
rqworker
manage