Skip to content

Commit

Permalink
update gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybrad committed Nov 29, 2022
1 parent b93be6e commit db6af31
Showing 1 changed file with 32 additions and 18 deletions.
50 changes: 32 additions & 18 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,21 +1,35 @@
# Do not export those files in the Composer archive (lighter dependency)
.codecov.yml export-ignore
.gitattributes export-ignore
.github/ export-ignore
.gitignore export-ignore
.travis.yml export-ignore
CHANGELOG.md export-ignore
README.md export-ignore
SECURITY.md export-ignore
codeception.yml export-ignore
composer.lock export-ignore
ecs.php export-ignore
gruntfile.js export-ignore
gulpfile.js export-ignore
package-lock.json export-ignore
package.json export-ignore
phpstan.neon export-ignore
tests/ export-ignore
/.browserslistrc export-ignore
/.codecov.yml export-ignore
/.env.example export-ignore
/.git-blame-ignore-revs export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.lintstagedrc.json export-ignore
/.nvmrc export-ignore
/crowdin.yml export-ignore
/CHANGELOG.md export-ignore
/README.md export-ignore
/SECURITY.md export-ignore
/codeception.yml export-ignore
/composer.lock export-ignore
/ecs.php export-ignore
/phpstan.neon export-ignore
/.prettierrc.json export-ignore
/.prettierignore export-ignore
/gruntfile.js export-ignore
/gulpfile.js export-ignore
/lerna.json export-ignore
/package.json export-ignore
/package-lock.json export-ignore
/tsconfig.json export-ignore
/webpack.config.js export-ignore
/stubs/ export-ignore
/tests/ export-ignore
/packages/ export-ignore
/.ddev/ export-ignore
/.github/ export-ignore
/.husky/ export-ignore

# Auto detect text files and perform LF normalization
* text=auto
* text=auto

0 comments on commit db6af31

Please sign in to comment.