Skip to content

Commit 9702d22

Browse files
committed
Create .gitattributes;
1 parent 0916881 commit 9702d22

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/.github export-ignore
2+
/bootstrap export-ignore
3+
/storage export-ignore
4+
/tests export-ignore
5+
composer.lock export-ignore
6+
CONTRIBUTING.md export-ignore
7+
docker-compose.yml export-ignore
8+
MIGRATION-GUIDES.md export-ignore
9+
phpunit.xml export-ignore

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.idea
1+
.idea/
22
vendor/
33
node_modules/
44

@@ -12,8 +12,5 @@ bootstrap/cache/
1212
.env.php
1313
.env
1414

15-
# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer
16-
.rocketeer/
17-
1815
.phpunit.result.cache
1916
.phpunit.cache

0 commit comments

Comments
 (0)