diff --git a/.gitmodules b/.gitmodules index 0594030f94..5000d9dc76 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "chrome/content/zotero/locale/csl"] path = chrome/content/zotero/locale/csl url = git://github.com/citation-style-language/locales.git +[submodule "styles"] + path = styles + url = git://github.com/zotero/bundled-styles.git diff --git a/styles b/styles new file mode 160000 index 0000000000..2db30c9ee7 --- /dev/null +++ b/styles @@ -0,0 +1 @@ +Subproject commit 2db30c9ee7cf1d7686303acad4bb1726decf39e8 diff --git a/styles/.gitignore b/styles/.gitignore deleted file mode 100644 index 5e7d2734cf..0000000000 --- a/styles/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -# Ignore everything in this directory -* -# Except this file -!.gitignore