mirror of
https://github.com/discourse/discourse.git
synced 2024-11-21 16:38:15 -06:00
9 lines
270 B
Plaintext
9 lines
270 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
|