Skip to content

Commit

Permalink
chore(git): Introduce .gitattributes file
Browse files Browse the repository at this point in the history
Signed-off-by: Plakhotnikov Vladimir <v.plahotnikov@yclients.tech>
  • Loading branch information
Kaspiman authored and Plakhotnikov Vladimir committed Jan 4, 2025
1 parent 7457a68 commit a0d4031
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
* text=auto eol=lf

/.github export-ignore
/tests export-ignore
/.cz.json export-ignore
/.ecrc export-ignore
/.envrc export-ignore
/.fossa.yaml export-ignore
/.gitattributes export-ignore
/.editorconfig export-ignore
/.gitignore export-ignore
/.markdownlint.json export-ignore
/.php-cs-fixer.dist.php export-ignore
/composer-require-checker.json export-ignore
/CONTRIBUTING.md export-ignore
/flake.lock export-ignore
/flake.nix export-ignore
/phpstan.neon export-ignore
/phpstan-baseline.neon export-ignore
/phpunit.xml.dist export-ignore

0 comments on commit a0d4031

Please sign in to comment.