Skip to content

Commit

Permalink
TASK: Clean up .gitattributes and .gitignore
Browse files Browse the repository at this point in the history
1. Sort entries by name.
2. Remove redundant "/nbproject/" and "/nbproject/private/".
3. Remove outdated "/build/logs/", "/cache/", "/debug/".
  • Loading branch information
alexander-nitsche committed Jun 20, 2023
1 parent c6de6c9 commit 72acbff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
.github export-ignore
build export-ignore
tests export-ignore
demo.php export-ignore
.gitattributes export-ignore
.gitignore export-ignore
demo.php export-ignore
index.html export-ignore
phpunit.xml export-ignore
10 changes: 4 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/.idea
/nbproject/private/
/build/logs/
/cache/
.phpunit.result.cache

/.idea/
/nbproject/
/debug/
/composer.lock
/vendor/
/composer.lock

0 comments on commit 72acbff

Please sign in to comment.