mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 12:14:41 +08:00
Merge pull request #2344 from vikhyat/poll-plugin
Don't ignore the emoji and poll plugins in .gitignore
This commit is contained in:
commit
d86a6b184b
6
.gitignore
vendored
6
.gitignore
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user