🙈 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:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -51,4 +51,8 @@ data/configs
|
|||||||
!.yarn/versions
|
!.yarn/versions
|
||||||
|
|
||||||
#envfiles
|
#envfiles
|
||||||
.env
|
.env
|
||||||
|
|
||||||
|
#Languages other than 'en'
|
||||||
|
public/locales/*
|
||||||
|
!public/locales/en
|
||||||
Reference in New Issue
Block a user