mirror of
https://github.com/Respect/Validation.git
synced 2026-03-14 22:35:45 +01:00
Update .gitattributes
- Follows up on the rename from library/ to src/ - Includes required files for proper SBOM - Don't show diffs for generated files - Include aliases.php
This commit is contained in:
parent
7c681fec66
commit
5f25627e61
1 changed files with 12 additions and 2 deletions
18
.gitattributes
vendored
18
.gitattributes
vendored
|
|
@ -1,6 +1,16 @@
|
|||
/* export-ignore
|
||||
/composer.json -export-ignore
|
||||
/data -export-ignore
|
||||
/library -export-ignore
|
||||
/LICENSE -export-ignore
|
||||
|
||||
# Project files
|
||||
/README.md -export-ignore
|
||||
/composer.json -export-ignore
|
||||
/aliases.php -export
|
||||
/data -export-ignore
|
||||
/src -export-ignore
|
||||
|
||||
# SBOM information
|
||||
/LICENSE -export-ignore
|
||||
/LICENSES -export-ignore
|
||||
/REUSE.toml -export-ignore
|
||||
|
||||
# Simplify diffs
|
||||
src/Mixins/** linguist-generated=true
|
||||
Loading…
Add table
Add a link
Reference in a new issue