forked from repman-io/repman
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create .gitattributes for better dist export (repman-io#235)
- Loading branch information
Showing
1 changed file
with
18 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,18 @@ | ||
* text=auto | ||
|
||
/ansible export-ignore | ||
/bin/coverage-checker export-ignore | ||
/docker export-ignore | ||
/tests export-ignore | ||
/.codecov.yml export-ignore | ||
/.dockerignore export-ignore | ||
/.env.docker export-ignore | ||
/.env.test export-ignore | ||
/.gitattributes export-ignore | ||
/.gitignore export-ignore | ||
/.php_cs.dist export-ignore | ||
/buddy.yml export-ignore | ||
/docker-compose.yml export-ignore | ||
/Dockerfile export-ignore | ||
/phpstan.neon export-ignore | ||
/phpunit.xml.dist export-ignore |