mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-05-03 13:16:06 +02:00
Untrack build assets
This commit is contained in:
@@ -19,3 +19,5 @@ public/assets/*
|
|||||||
.dockerignore
|
.dockerignore
|
||||||
Dockerfile
|
Dockerfile
|
||||||
docker-compose.yml
|
docker-compose.yml
|
||||||
|
resources/lang/locales.js
|
||||||
|
resources/assets/pterodactyl/scripts/helpers/ziggy.js
|
||||||
|
|||||||
@@ -34,8 +34,8 @@ return [
|
|||||||
| Note: the path will be prepended to point to the App directory.
|
| Note: the path will be prepended to point to the App directory.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
'jsPath' => '/resources/i18n/lang',
|
'jsPath' => '/resources/lang/i18n',
|
||||||
'jsFile' => '/resources/i18n/locales.js',
|
'jsFile' => '/resources/lang/locales.js',
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import VueRouter from 'vue-router';
|
|||||||
|
|
||||||
// Helpers
|
// Helpers
|
||||||
import { Ziggy } from './helpers/ziggy';
|
import { Ziggy } from './helpers/ziggy';
|
||||||
import Locales from './../../../../resources/i18n/locales';
|
import Locales from './../../../../resources/lang/locales';
|
||||||
|
|
||||||
// Base Vuejs Templates
|
// Base Vuejs Templates
|
||||||
import Login from './components/auth/Login';
|
import Login from './components/auth/Login';
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user