Skip to content

Commit

Permalink
Merge pull request #6513 from nextcloud/fix/release/unnecessary-files
Browse files Browse the repository at this point in the history
fix(release): Ignore unnecessary files
  • Loading branch information
ChristophWurst authored Nov 20, 2024
2 parents b31fcf3 + 30efafe commit 7854845
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .nextcloudignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
__mocks__
.editorconfig
.eslintrc.js
.git
Expand Down Expand Up @@ -28,12 +29,15 @@ package.json
package-lock.json
phpunit.unit.xml
README.md
phpunit*.xml
/psalm.xml
renovate.json
screenshots
src
stylelint.config.js
tests
timezones
/vendor/bin
/vendor/bamarni/composer-bin-plugin/e2e
/vendor-bin
webpack.*

0 comments on commit 7854845

Please sign in to comment.