-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1980 from toofff/feature/add-gitattributes-file
Feat: add .gitattributes file for release
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |