ignore data dir in db

This commit is contained in:
2026-02-25 19:04:00 +05:00
parent 1e84ceab3c
commit 066f4d6a53
2 changed files with 3 additions and 1 deletions

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

@@ -0,0 +1,2 @@
*
!.gitignore

View File

@@ -34,7 +34,7 @@ class DatabaseSeeder extends Seeder
{
$this->call([
// PaymentTypeSeeder::class,
UsersTableSeeder::class,
// UsersTableSeeder::class,
// BrandsSeeder::class,
// CustomersTableSeeder::class,
// SellersTableSeeder::class,