Add release automation for GitHub and Gitea

This commit is contained in:
2025-04-07 05:43:29 +01:00
parent d1d8c0bad1
commit feff61ca3f
4 changed files with 172 additions and 0 deletions

42
.distignore Normal file

@@ -0,0 +1,42 @@
# Git
.git
.github
.gitignore
.gitattributes
# Build tools
.distignore
build.sh
build
# Documentation
CONTRIBUTING.md
CODE_OF_CONDUCT.md
# Development files
node_modules
.editorconfig
.eslintrc
.eslintignore
.stylelintrc
phpcs.xml
phpunit.xml
tests
.travis.yml
.gitlab-ci.yml
Gruntfile.js
gulpfile.js
package.json
package-lock.json
composer.json
composer.lock
# Miscellaneous
.DS_Store
Thumbs.db
.idea
.vscode
*.log
*.bak
*.tmp
*.zip