Skip to content

Commit

Permalink
Create .gitattributes;
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-thomas committed Jan 16, 2025
1 parent 0916881 commit 9702d22
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/.github export-ignore
/bootstrap export-ignore
/storage export-ignore
/tests export-ignore
composer.lock export-ignore
CONTRIBUTING.md export-ignore
docker-compose.yml export-ignore
MIGRATION-GUIDES.md export-ignore
phpunit.xml export-ignore
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.idea
.idea/
vendor/
node_modules/

Expand All @@ -12,8 +12,5 @@ bootstrap/cache/
.env.php
.env

# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer
.rocketeer/

.phpunit.result.cache
.phpunit.cache

0 comments on commit 9702d22

Please sign in to comment.