mirror of
https://github.com/notrab/dumbo.git
synced 2025-01-17 06:08:31 +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>
8 lines
59 B
Plaintext
8 lines
59 B
Plaintext
vendor
|
|
.DS_Store
|
|
.idea/
|
|
composer.lock
|
|
.idea
|
|
.fleet
|
|
.vscode
|