Просмотр исходного кода

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

Andreas Groß 8 лет назад
Родитель
Сommit
13151e217b
1 измененных файлов с 5 добавлено и 0 удалено
  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/