mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Don't ignore the emoji and poll plugins in .gitignore.
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -36,10 +36,14 @@ config/discourse.conf
|
|||||||
# Ignore all logfiles and tempfiles.
|
# Ignore all logfiles and tempfiles.
|
||||||
/log/*.log
|
/log/*.log
|
||||||
/tmp
|
/tmp
|
||||||
/plugins
|
|
||||||
/logfile
|
/logfile
|
||||||
log/
|
log/
|
||||||
|
|
||||||
|
# Ignore plugins except for the bundled ones.
|
||||||
|
/plugins
|
||||||
|
!/plugins/emoji
|
||||||
|
!/plugins/poll
|
||||||
|
|
||||||
/spec/fixtures/plugins/my_plugin/auto_generated
|
/spec/fixtures/plugins/my_plugin/auto_generated
|
||||||
|
|
||||||
# Ignore Eclipse .project file
|
# Ignore Eclipse .project file
|
||||||
|
|||||||
Reference in New Issue
Block a user