Skip to content

chore: harmonize .gitignore template for all Conduction apps#11

Open
rubenvdlinde wants to merge 1 commit intomainfrom
chore/10/harmonize-gitignore
Open

chore: harmonize .gitignore template for all Conduction apps#11
rubenvdlinde wants to merge 1 commit intomainfrom
chore/10/harmonize-gitignore

Conversation

@rubenvdlinde
Copy link

Summary

  • Replaces the ad-hoc .gitignore with a clean, comprehensive canonical template
  • Covers: IDE files, dependencies, build artifacts, documentation layouts (docs/docusaurus/website), testing & quality tools, Nextcloud paths, OS files, and Claude Code worktrees
  • Removes noisy glob patterns (e.g. **/PR *, **/*Analysis*, *.csv) that don't belong in a general-purpose template

Closes #10

Test plan

  • Verify no tracked files are accidentally ignored by the new rules
  • Confirm build artifacts (/js/, /vendor/, /node_modules/) remain ignored
  • Check that documentation build directories are properly ignored for all layout variants

…apps

Replaces the ad-hoc .gitignore with a clean, comprehensive template
covering IDE files, dependencies, build artifacts, documentation layouts,
testing/quality tools, Nextcloud paths, OS files, and Claude Code worktrees.

Closes #10
@github-actions
Copy link

Quality Report

Repository ConductionNL/nextcloud-app-template
Commit c22e77d
Branch 11/merge
Event pull_request
Generated 2026-03-25 12:40 UTC
Workflow Run https://github.com/ConductionNL/nextcloud-app-template/actions/runs/23541386868

Summary

Group Result
PHP Quality PASS
Vue Quality PASS
Security PASS
License PASS
PHPUnit PASS
Newman PASS
Playwright SKIP

PHP Quality

Tool Result
lint PASS
phpcs PASS
phpmd PASS
psalm PASS
phpstan PASS
phpmetrics PASS

Vue Quality

Tool Result
eslint PASS
stylelint PASS

Security

Ecosystem Result
composer PASS
npm PASS

License Compliance

Ecosystem Result
composer PASS
npm PASS

composer dependencies (100 total)

Metric Count
Approved (allowlist) 100
Approved (override) 0
Denied 0

npm dependencies (215 total)

Metric Count
Approved (allowlist) 215
Approved (override) 0
Denied 0

PHPUnit Tests

PHP Nextcloud Result
Overall PASS

Code coverage: 0% (0 / 3 statements)

Integration Tests (Newman)

Result
PASS

E2E Tests (Playwright)

Playwright E2E tests were not enabled for this run.


Generated automatically by the Quality workflow.

Download the full PDF report from the workflow artifacts.

Copy link
Collaborator

@WilcoLouwerse WilcoLouwerse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This removes some files and folders from .gitignore that we should probably not remove

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.

Harmonize .gitignore template for all Conduction apps

2 participants