
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch main
#
# Initial commit
#
# Changes to be committed:
#	new file:   .dockerignore
#	new file:   .editorconfig
#	new file:   .env.example
#	new file:   .gitattributes
#	new file:   .gitignore
#	new file:   Dockerfile
#	new file:   README.md
#	new file:   app/Exports/RegistrationsExport.php
#	new file:   app/Http/Controllers/AdminController.php
#	new file:   app/Http/Controllers/Controller.php
#	new file:   app/Http/Controllers/RegistrationController.php
#	new file:   app/Http/Controllers/SettingController.php
#	new file:   app/Http/Kernel.php
#	new file:   app/Http/Middleware/Authenticate.php
#	new file:   app/Models/Admin.php
#	new file:   app/Models/Holiday.php
#	new file:   app/Models/Quota.php
#	new file:   app/Models/Registration.php
#	new file:   app/Models/Setting.php
#	new file:   app/Models/User.php
#	new file:   app/Providers/AppServiceProvider.php
#	new file:   artisan
#	new file:   bootstrap/app.php
#	new file:   bootstrap/cache/.gitignore
#	new file:   bootstrap/providers.php
#	new file:   composer.json
#	new file:   composer.lock
#	new file:   config/app.php
#	new file:   config/auth.php
#	new file:   config/cache.php
#	new file:   config/database.php
#	new file:   config/filesystems.php
#	new file:   config/logging.php
#	new file:   config/mail.php
#	new file:   config/queue.php
#	new file:   config/services.php
#	new file:   config/session.php
#	new file:   database/.gitignore
#	new file:   database/factories/UserFactory.php
#	new file:   database/migrations/0001_01_01_000000_create_users_table.php
#	new file:   database/migrations/0001_01_01_000001_create_cache_table.php
#	new file:   database/migrations/0001_01_01_000002_create_jobs_table.php
#	new file:   database/migrations/2024_11_20_120613_create_registrations_table.php
#	new file:   database/migrations/2024_11_20_121937_create_admins_table.php
#	new file:   database/migrations/2024_11_20_133853_create_settings_table.php
#	new file:   database/migrations/2024_11_20_143831_update_registrations_table_nullable_email.php
#	new file:   database/migrations/2024_11_20_152037_create_holidays_table.php
#	new file:   database/migrations/2024_11_20_170204_add_max_date_to_settings_table.php
#	new file:   database/migrations/2024_12_04_101606_create_quotas_table.php
#	new file:   database/seeders/AdminSeeder.php
#	new file:   database/seeders/DatabaseSeeder.php
#	new file:   database/seeders/SettingSeeder.php
#	new file:   docker-compose.yml
#	new file:   docker/nginx/conf.d/app.conf
#	new file:   package-lock.json
#	new file:   package.json
#	new file:   phpunit.xml
#	new file:   postcss.config.js
#	new file:   public/.htaccess
#	new file:   public/css/lib/bootstrap-icons.css
#	new file:   public/css/lib/bootstrap.min.css
#	new file:   public/css/styles.css
#	new file:   public/favicon.ico
#	new file:   public/fonts/bootstrap-icons/bootstrap-icons.woff
#	new file:   public/fonts/bootstrap-icons/bootstrap-icons.woff2
#	new file:   public/images/logo.png
#	new file:   public/index.php
#	new file:   public/js/datepicker.js
#	new file:   public/js/lib/jquery-3.6.0.min.js
#	new file:   public/js/lib/moment-timezone.min.js
#	new file:   public/js/lib/moment.min.js
#	new file:   public/robots.txt
#	new file:   public/uploads/1733284507_a947f9ee-7cc2-44a7-b09f-cadebc70e49b.jpeg
#	new file:   resources/css/app.css
#	new file:   resources/js/app.js
#	new file:   resources/js/bootstrap.js
#	new file:   resources/views/admin/dashboard.blade.php
#	new file:   resources/views/admin/login.blade.php
#	new file:   resources/views/admin/reports.blade.php
#	new file:   resources/views/admin/settings.blade.php
#	new file:   resources/views/booking-confirmation.blade.php
#	new file:   resources/views/register.blade.php
#	new file:   resources/views/terms.blade.php
#	new file:   resources/views/welcome.blade.php
#	new file:   routes/console.php
#	new file:   routes/web.php
#	new file:   storage/app/.gitignore
#	new file:   storage/app/private/.gitignore
#	new file:   storage/app/public/.gitignore
#	new file:   storage/framework/.gitignore
#	new file:   storage/framework/cache/.gitignore
#	new file:   storage/framework/cache/data/.gitignore
#	new file:   storage/framework/sessions/.gitignore
#	new file:   storage/framework/testing/.gitignore
#	new file:   storage/framework/views/.gitignore
#	new file:   storage/logs/.gitignore
#	new file:   tailwind.config.js
#	new file:   tests/Feature/ExampleTest.php
#	new file:   tests/TestCase.php
#	new file:   tests/Unit/ExampleTest.php
#	new file:   tests/Unit/RegistrationTest.php
#	new file:   vite.config.js
#
