added vendor folder to .gitignore

This commit is contained in:
Jagad R R
2024-12-10 10:10:41 +07:00
parent 25026b0a85
commit f39bbbd1b3
8044 changed files with 1 additions and 970212 deletions
+1 -1
View File
@@ -14,6 +14,6 @@ class DatabaseSeeder extends Seeder
$this->call(UserSeeder::class);
$this->call(AdminSeeder::class);
$this->call(RolePermissionSeeder::class);
$this->call(MenusTableSeeder::class);
// $this->call(MenusTableSeeder::class);
}
}