Merge pull request #435 from sharelatex/as-fix-modules-ignore

Remove unnecessary gitignore
This commit is contained in:
James Allen 2018-03-23 11:51:38 +00:00 committed by GitHub
commit d04107ddcd
3 changed files with 1 additions and 7 deletions

View file

@ -80,7 +80,7 @@ public/js/libs/require*.js
app/views/external
/modules/
modules
docker-shared.yml
config/*.coffee

View file

@ -1,6 +0,0 @@
# Ignore all modules except for a whitelist
*
!dropbox
!github-sync
!public-registration
!.gitignore

View file