-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.l10nignore
More file actions
78 lines (65 loc) · 1.15 KB
/
.l10nignore
File metadata and controls
78 lines (65 loc) · 1.15 KB
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
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
# Ignore compiled and built files from translation extraction
js/
css/
dist/
build/
# Ignore node modules and vendor dependencies
node_modules/
vendor/
3rdparty/
# Ignore test files
tests/
test/
__tests__/
*.test.js
*.spec.js
# Ignore documentation
docs/
*.md
README*
# Ignore config files
*.config.js
*.config.ts
webpack.config.js
vite.config.js
jest.config.js
babel.config.js
.babelrc
# Ignore build scripts
build*.sh
*.sh
# Ignore temporary files
*.tmp
*.backup
*.backup2
*.temp
webpack.temp.config.js
# Ignore chunk files
*.chunk.js
# Ignore license files
*.LICENSE.txt
LICENSE
COPYING
# Ignore git files
.git/
.github/
# Ignore IDE files
.vscode/
.idea/
*.swp
*.swo
# Ignore compiled CSS that's generated from source
css/arbeitszeitcheck-main.css
css/admin-settings.css
css/compliance-dashboard.css
css/compliance-reports.css
css/compliance-violations.css
css/settings.css
# Only extract from source Vue and JS files in src/
# Translation extraction should only scan:
# - src/**/*.vue
# - src/**/*.js
# - lib/**/*.php
# - templates/**/*.php