From 9fa7dc524988250f744a0e7f1f630ec592c0b1ba Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 3 Nov 2011 00:34:34 -0400 Subject: [PATCH] Add https://github.com/zotero/bundled-styles as submodule --- .gitmodules | 3 +++ styles | 1 + styles/.gitignore | 4 ---- 3 files changed, 4 insertions(+), 4 deletions(-) create mode 160000 styles delete mode 100644 styles/.gitignore diff --git a/.gitmodules b/.gitmodules index 0594030f9..5000d9dc7 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 000000000..2db30c9ee --- /dev/null +++ b/styles @@ -0,0 +1 @@ +Subproject commit 2db30c9ee7cf1d7686303acad4bb1726decf39e8 diff --git a/styles/.gitignore b/styles/.gitignore deleted file mode 100644 index 5e7d2734c..000000000 --- a/styles/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -# Ignore everything in this directory -* -# Except this file -!.gitignore