Merge pull request #11925 from nextcloud/backport/11920/properly-ignore-compiled-files-l10n

[stable14] Add .l10nignore files for compiled assets
This commit is contained in:
Morris Jobke 2018-10-23 16:30:40 +02:00 committed by GitHub
commit 8c40be01f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,2 @@
# compiled vue templates
js/templates.js

2
apps/files/.l10nignore Normal file
View file

@ -0,0 +1,2 @@
# compiled vue templates
js/templates.js

View file

@ -0,0 +1,2 @@
# compiled vue templates
js/templates.js

2
apps/oauth2/.l10nignore Normal file
View file

@ -0,0 +1,2 @@
# compiled vue templates
js/oauth2.js

View file

@ -0,0 +1,2 @@
# compiled vue templates
js/updatenotification.js

4
core/.l10nignore Normal file
View file

@ -0,0 +1,4 @@
# compiled vue templates
js/contactsmenu_templates.js
js/sharetemplates.js
js/systemtags/templates.js

11
settings/.l10nignore Normal file
View file

@ -0,0 +1,11 @@
# compiled vue templates
js/0.js
js/1.js
js/2.js
js/3.js
js/4.js
js/5.js
js/6.js
js/settings-vue.js
js/settings-admin-security.js
js/templates.js