Skip to content

Commit

Permalink
Merge pull request #1980 from toofff/feature/add-gitattributes-file
Browse files Browse the repository at this point in the history
Feat: add .gitattributes file for release
  • Loading branch information
bobdenotter authored Oct 12, 2020
2 parents ebff688 + e0c7009 commit 57c5322
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
/.babelrc export-ignore
/.editorconfig export-ignore
/.env export-ignore
/.eslintrc.js export-ignore
/.git export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/.phpspec.yml export-ignore
/.prettierrc export-ignore
/.stylelintrc export-ignore
/.travis.yml export-ignore
/behat.yml export-ignore
/docker-compose.yml export-ignore
/ecs.php export-ignore
/Makefile export-ignore
/package.json export-ignore
/package-lock.json export-ignore
/phpstan.neon export-ignore
/phpunit.bootstrap.php export-ignore
/phpunit.xml.dist export-ignore
/postcss.config.js export-ignore
/run_behat_tests.sh export-ignore
/symfony.lock export-ignore
/webpack.config.js export-ignore
/assets export-ignore
/bin export-ignore
/config export-ignore
/docker export-ignore
/public export-ignore
/tests export-ignore
/var export-ignore

0 comments on commit 57c5322

Please sign in to comment.