Don't ignore the emoji and poll plugins in .gitignore.

This commit is contained in:
Vikhyat Korrapati 2014-05-16 03:59:45 +05:30
parent a0b7637f5e
commit 78907a1f4d

6
.gitignore vendored
View File

@ -36,10 +36,14 @@ config/discourse.conf
# Ignore all logfiles and tempfiles.
/log/*.log
/tmp
/plugins
/logfile
log/
# Ignore plugins except for the bundled ones.
/plugins
!/plugins/emoji
!/plugins/poll
/spec/fixtures/plugins/my_plugin/auto_generated
# Ignore Eclipse .project file