-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update directory/file paths in .gitattributes
- Loading branch information
John Spellman
committed
Nov 28, 2022
1 parent
2ac619a
commit 443128c
Showing
1 changed file
with
23 additions
and
23 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 |
---|---|---|
@@ -1,26 +1,26 @@ | ||
# Directories | ||
.circleci export-ignore | ||
.git export-ignore | ||
.github export-ignore | ||
.gitignore export-ignore | ||
tests export-ignore | ||
vendor export-ignore | ||
node_modules export-ignore | ||
bin export-ignore | ||
/.circleci export-ignore | ||
/.git export-ignore | ||
/.github export-ignore | ||
/.gitignore export-ignore | ||
/tests export-ignore | ||
/vendor export-ignore | ||
/node_modules export-ignore | ||
/bin export-ignore | ||
|
||
# Files | ||
.DS_Store export-ignore | ||
Thumbs.db export-ignore | ||
.editorconfig export-ignore | ||
.gitattributes export-ignore | ||
behat.yml export-ignore | ||
CODEOWNERS export-ignore | ||
composer.json export-ignore | ||
composer.lock export-ignore | ||
CONTRIBUTING.md export-ignore | ||
Gruntfile.js export-ignore | ||
package-lock.json export-ignore | ||
package.json export-ignore | ||
phpcs.xml.dist export-ignore | ||
phpunit.xml.dist export-ignore | ||
README.md export-ignore | ||
/.DS_Store export-ignore | ||
/Thumbs.db export-ignore | ||
/.editorconfig export-ignore | ||
/.gitattributes export-ignore | ||
/behat.yml export-ignore | ||
/CODEOWNERS export-ignore | ||
/composer.json export-ignore | ||
/composer.lock export-ignore | ||
/CONTRIBUTING.md export-ignore | ||
/Gruntfile.js export-ignore | ||
/package-lock.json export-ignore | ||
/package.json export-ignore | ||
/phpcs.xml.dist export-ignore | ||
/phpunit.xml.dist export-ignore | ||
/README.md export-ignore |