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.

This commit is contained in:
Ümit Tunç
2025-09-29 08:42:14 -03:00
parent 6efa5be865
commit a2087e7178
6 changed files with 6 additions and 0 deletions
+1
View File
@@ -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';
}
+1
View File
@@ -1 +1,2 @@
import './bootstrap';
+1
View File
@@ -2,3 +2,4 @@ import axios from 'axios';
window.axios = axios;
window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';