Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later

# We do not ship the Roboto font files (only needed for Cypress) - but we need to ship the other font files
css/fonts/roboto-*

.DS_Store
node_modules/
npm-debug.log*
Expand All @@ -20,19 +17,24 @@ yarn-error.log*

.marginalia

# PHP tooling
vendor
.php_cs.cache
.php-cs-fixer.cache

build/
coverage/
*.orig

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

# Playwright files
js/*roboto*
playwright-report/
test-results/
blob-report/
playwright/.cache/

# RelativeCI webpack bundle stats
webpack-stats.json
*.orig
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"psalm:fix": "psalm --alter --issues=InvalidReturnType,InvalidNullableReturnType,MissingParamType,InvalidFalsableReturnType"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8"
"bamarni/composer-bin-plugin": "^1.8",
"nextcloud/ocp": "dev-stable34"
}
}
Loading
Loading