Skip to content

Commit

Permalink
tweak .gitattributes & .distignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Jan 23, 2024
1 parent a185947 commit 0ec003a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,14 @@ package.json
phpmd.xml
phpunit.xml.dist
yarn.lock
.eslintignore
.eslintrc
.gitattributes
package.json
phpmd.xml
phpunit.xml.dist
readme.md
admin/assets/js/.jshintrc
composer.json
composer.lock
Security.md
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
.gitattributes export-ignore
.gitignore export-ignore
.phpcs.xml.dist export-ignore
.removable-files export-ignore
package.json export-ignore
phpmd.xml export-ignore
phpunit.xml.dist export-ignore
Expand All @@ -23,6 +22,7 @@ admin/assets/js/.jshintrc export-ignore
.distignore export-ignore
composer.json export-ignore
composer.lock export-ignore
Security.md export-ignore

#
# Auto detect text files and perform LF normalization
Expand Down

0 comments on commit 0ec003a

Please sign in to comment.