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

Update modules gitignore to ignore everything except specific modules

Alasdair Smith 8 лет назад
Родитель
Сommit
a5cdcea9c7
1 измененных файлов с 6 добавлено и 12 удалено
  1. 6 12
      services/web/modules/.gitignore

+ 6 - 12
services/web/modules/.gitignore

@@ -1,12 +1,6 @@
-*/app/js
-*/test/unit/js
-*/index.js
-ldap
-admin-panel
-groovehq
-launchpad
-learn-wiki
-references-search
-sharelatex-saml
-templates
-tpr-webmodule
+# Ignore all modules except for a whitelist
+*
+!dropbox
+!github-sync
+!public-registration
+!.gitignore