Skip to content

Commit

Permalink
Ignore certain files during git export
Browse files Browse the repository at this point in the history
  • Loading branch information
navarr committed Jul 5, 2020
1 parent 631d2f0 commit 97b0300
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.env export-ignore
.gitignore export-ignore
.github export-ignore
.gitattributes export-ignore
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"composer/composer": "^1",
"composer/semver": "^1|^2|^3",
"symfony/console": "^5"
}
,
},
"require-dev": {
"roave/security-advisories": "dev-master",
"phpstan/phpstan": "^0.12.32"
Expand All @@ -22,5 +21,13 @@
},
"extra": {
"class": "Navarr\\Depends\\Plugin"
},
"archive": {
"exclude": [
".github",
".gitignore",
".gitattributes",
".env"
]
}
}

0 comments on commit 97b0300

Please sign in to comment.