mirror of
https://github.com/discourse/discourse.git
synced 2025-03-14 10:33:43 +00:00
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)
13 lines
390 B
Plaintext
13 lines
390 B
Plaintext
# Non-bundled plugins are gitignore'd, but we want them to
|
|
# show up in search tools / IDEs so we un-ignore them here
|
|
!/plugins/*
|
|
|
|
# Allow these files to show up in vscode file selector, even
|
|
# 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
|