Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: add .gitattributes file for release #1980

Merged
merged 1 commit into from
Oct 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
bobdenotter marked this conversation as resolved.
Show resolved Hide resolved
/config export-ignore
/docker export-ignore
/public export-ignore
/tests export-ignore
/var export-ignore