mirror of
https://github.com/notrab/dumbo.git
synced 2025-01-16 21:58:25 +01:00
8b2413b84b
* exclude non-essential files and directories from package distribution - Added entries to .gitattributes to exclude: - /examples: Example files - /tests: Test files - .gitattributes: Git-specific configuration - .github: GitHub-related files - .gitignore: Git ignore rules - CHANGELOG-*: Changelog files - CODE_OF_CONDUCT.md: Code of conduct document - CONTRIBUTING.md: Contribution guidelines - UPGRADING.md: Upgrade instructions - RELEASE.md: Release notes * update .gitignore to include additional files and directories - Added .idea/ and .idea: Exclude JetBrains IDE configuration directories - Added composer.lock: Exclude Composer lock file (if needed) - Added .fleet: Exclude Fleet IDE configuration (if applicable) - Added .vscode: Exclude Visual Studio Code configuration directory --------- Co-authored-by: Jamie Barton <jamie@notrab.dev>
10 lines
336 B
Plaintext
10 lines
336 B
Plaintext
/examples export-ignore
|
|
/tests export-ignore
|
|
.gitattributes export-ignore
|
|
.github export-ignore
|
|
.gitignore export-ignore
|
|
CHANGELOG-* export-ignore
|
|
CODE_OF_CONDUCT.md export-ignore
|
|
CONTRIBUTING.md export-ignore
|
|
UPGRADING.md export-ignore
|
|
RELEASE.md export-ignore |