Skip to content

Commit 257313e

Browse files
committed
chore: reorganize .gitignore and fix stale roboto comment
Group entries by concern (OS/deps, editor, PHP tooling, build artifacts, Playwright) and correct the roboto-fonts comment which still referenced Cypress after the e2e migration to Playwright. Assisted-by: ClaudeCode:claude-sonnet-5
1 parent 2653ee7 commit 257313e

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

.gitignore

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
22
# SPDX-License-Identifier: AGPL-3.0-or-later
33

4-
# We do not ship the Roboto font files (only needed for Cypress) - but we need to ship the other font files
5-
css/fonts/roboto-*
6-
74
.DS_Store
85
node_modules/
96
npm-debug.log*
@@ -20,19 +17,24 @@ yarn-error.log*
2017

2118
.marginalia
2219

20+
# PHP tooling
21+
vendor
22+
.php_cs.cache
23+
.php-cs-fixer.cache
24+
2325
build/
2426
coverage/
27+
*.orig
2528

26-
vendor
27-
.php_cs.cache
29+
# We do not ship the Roboto font files (only needed for Playwright) - but we need to ship the other font files
30+
css/fonts/roboto-*
31+
js/*roboto*
2832

2933
# Playwright files
30-
js/*roboto*
3134
playwright-report/
3235
test-results/
3336
blob-report/
3437
playwright/.cache/
3538

3639
# RelativeCI webpack bundle stats
3740
webpack-stats.json
38-
*.orig

0 commit comments

Comments
 (0)