Browse Source

Added a wildcard to ignore the content of the plugins directory and explicitly added the init script and the portal folder

Andreas Groß 8 years ago
parent
commit
13151e217b
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .gitignore

+ 5 - 0
.gitignore

@@ -54,3 +54,8 @@ flaskbb/static/emoji/*
 bower_components
 node_modules
 .directory
+
+# Ignore plugins
+flaskbb/plugins/*
+!flaskbb/plugins/__init__.py
+!flaskbb/plugins/portal/