Skip to content

Commit

Permalink
Cleanup root directory files
Browse files Browse the repository at this point in the history
  • Loading branch information
sander-beenen committed Mar 14, 2024
1 parent 345743c commit 98778be
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
13 changes: 7 additions & 6 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# Exclude files from exporting
#
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
# Ignore all test and documentation with "export-ignore".
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/.idea export-ignore
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/.idea/
composer.lock
/.idea
/composer.lock
/vendor
9 changes: 1 addition & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,5 @@
"october/rain"
]
}
],
"archive": {
"exclude": [
".gitattributes",
".github",
".gitignore"
]
}
]
}

0 comments on commit 98778be

Please sign in to comment.