🙈 Add all languages other than EN to gitignore
This will allow for easier search in IDEs - vscode hides gitignored files - new contributors won't push translations using JSON anymore
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -52,3 +52,7 @@ data/configs
|
|||||||
|
|
||||||
#envfiles
|
#envfiles
|
||||||
.env
|
.env
|
||||||
|
|
||||||
|
#Languages other than 'en'
|
||||||
|
public/locales/*
|
||||||
|
!public/locales/en
|
||||||
Reference in New Issue
Block a user