forked from WeblateOrg/weblate
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (62 loc) · 920 Bytes
/
.gitignore
File metadata and controls
64 lines (62 loc) · 920 Bytes
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
*.pyproj
*.pyc
*.sw[pon]
/.coverage*
/weblate/locale/*/*/*.mo
/docs/locales/*/*/*.mo
weblate-*.tar.*
/*.db
/weblate/settings.py
/reports/
/tags
/prof
/junit.xml
.idea/*
*.sublime-*
.vscode/*
/weblate.egg-info/
/boost_weblate.egg-info/
/build/
/data/
/data-test/
/dist/
/.vs
/.venv
/.venv*
/venv
*.DS_Store
/weblate-env/
/test-images/
/cc-test-reporter
# Celery logs/pids
/weblate-*.log
/weblate-*.pid
/dev-docker/.env
/dev-docker/data/
/dev-docker/weblate-dev/requirements.txt
*~
/.dmypy.json
/fil-result/
/weblate/static/js/vendor/oss-licenses.json
*node_modules/
/weblate-openapi.yaml
/memray*
/mypy.log
/test/
# Local development
/start-weblate.sh
/stop-weblate.sh
.cursorignore
.cursor/
/logs
*.log
__pycache__
/scripts/auto/web.json
/scripts/auto/*/
/notes
/weblate/settings-server.py
/backup-server
/weblate_backup
gettextization.failed.po
# Root-only (do not ignore weblate-docker/.dockerignore)
/.dockerignore