Skip to content

Exlude .gitignore from release tarballs#3562

Open
twouters wants to merge 2 commits into
owasp-modsecurity:v3/masterfrom
twouters:bugfix/3559
Open

Exlude .gitignore from release tarballs#3562
twouters wants to merge 2 commits into
owasp-modsecurity:v3/masterfrom
twouters:bugfix/3559

Conversation

@twouters
Copy link
Copy Markdown

@twouters twouters commented May 11, 2026

The .gitignore files should not be included in the release tarballs because they hide required files and can conflict with existing .gitignore files when the tarball is extracted into a git repository.

Closes: #3559
Fixes: 04f7009 ("Adds a simple release script")

The `.gitignore` files should not be included in the release tarballs
because they hide required files and can conflict with existing
`.gitignore` files when the tarball is extracted into a git repository.

Closes: owasp-modsecurity#3559
Fixes: 04f7009 ("Adds a simple release script")
Comment thread build/release.sh
@twouters
Copy link
Copy Markdown
Author

❌ The last analysis has failed.

See analysis details on SonarQube Cloud

Besides the apparently opinionated nature of the PR, I don't understand what failed here :)

@airween
Copy link
Copy Markdown
Member

airween commented May 11, 2026

Besides the apparently opinionated nature of the PR, I don't understand what failed here :)

You might try:

git commit --allow-empty -m "Trigger SonarCloud"
git push

@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Exclude .gitignore files from release tarballs

2 participants