gitignore cleanup for bootstrapping

This commit is contained in:
Benjamin Takats
2022-11-29 20:34:40 +01:00
parent 8b10bb5383
commit 3c0531faf4
3 changed files with 4 additions and 0 deletions

View File

@@ -2,3 +2,4 @@
!Team.php
!TeamInvitation.php
!User.php
*.php

1
app/Nova/.gitignore vendored
View File

@@ -0,0 +1 @@
*.php

2
database/seeders/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
!DatabaseSeeder.php
*.php