Untrack build assets
This commit is contained in:
parent
4f3c668420
commit
eade81f89b
5 changed files with 6 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -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
Loading…
Reference in a new issue