mirror of
https://github.com/discourse/discourse.git
synced 2025-10-04 17:32:34 +08:00
DEV: Hide non-en locale files in IDE search (#31527)
These files are managed automatically via crowdin, so they should never be edited locally. Adding them to `.ignore` will stop them polluting search results in IDEs which support `.ignore` (e.g. VSCode)
This commit is contained in:
parent
0cab9603ca
commit
55d0951ccc
1 changed files with 4 additions and 0 deletions
4
.ignore
4
.ignore
|
@ -6,3 +6,7 @@
|
|||
# though they're not git-tracked
|
||||
!/.vscode/settings.json
|
||||
!/.vscode/tasks.json
|
||||
|
||||
# Hide non-en locales from IDE search. They are managed in crowdin
|
||||
**/config/locales/*.yml
|
||||
!**/config/locales/*.en.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue