From a2087e7178cbf525e3fc93dfef79eca5a8315b77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Mon, 29 Sep 2025 08:42:14 -0300 Subject: [PATCH] Update configuration and resource files: Added new lines to .gitignore, vite.config.js, cache.php, app.css, app.js, and bootstrap.js for improved organization and clarity. --- .gitignore | 1 + config/cache.php | 1 + resources/css/app.css | 1 + resources/js/app.js | 1 + resources/js/bootstrap.js | 1 + vite.config.js | 1 + 6 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index b71b1ea..8b76ec0 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ Homestead.json Homestead.yaml Thumbs.db + diff --git a/config/cache.php b/config/cache.php index c2d927d..4a859a9 100644 --- a/config/cache.php +++ b/config/cache.php @@ -106,3 +106,4 @@ return [ 'prefix' => env('CACHE_PREFIX', Str::slug((string) env('APP_NAME', 'laravel')).'-cache-'), ]; + diff --git a/resources/css/app.css b/resources/css/app.css index 3e6abea..d16e2b5 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -9,3 +9,4 @@ --font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } + diff --git a/resources/js/app.js b/resources/js/app.js index e59d6a0..401533a 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -1 +1,2 @@ import './bootstrap'; + diff --git a/resources/js/bootstrap.js b/resources/js/bootstrap.js index 5f1390b..9a4ae1b 100644 --- a/resources/js/bootstrap.js +++ b/resources/js/bootstrap.js @@ -2,3 +2,4 @@ import axios from 'axios'; window.axios = axios; window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest'; + diff --git a/vite.config.js b/vite.config.js index 29fbfe9..6bc1814 100644 --- a/vite.config.js +++ b/vite.config.js @@ -11,3 +11,4 @@ export default defineConfig({ tailwindcss(), ], }); +