diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0e2d44a --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.DS_Store +csl/ +csl-locales/ \ No newline at end of file diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..5020210 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "csl"] + path = csl + url = git://github.com/citation-style-language/styles-distribution.git +[submodule "csl-locales"] + path = csl-locales + url = git://github.com/citation-style-language/locales.git