Untrack build assets

This commit is contained in:
Dane Everitt 2018-04-07 14:06:30 -05:00
parent 4f3c668420
commit eade81f89b
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
5 changed files with 6 additions and 4 deletions

View file

@ -34,8 +34,8 @@ return [
| Note: the path will be prepended to point to the App directory.
|
*/
'jsPath' => '/resources/i18n/lang',
'jsFile' => '/resources/i18n/locales.js',
'jsPath' => '/resources/lang/i18n',
'jsFile' => '/resources/lang/locales.js',
/*
|--------------------------------------------------------------------------