diff options
author | Chris Kankiewicz <Chris@ChrisKankiewicz.com> | 2013-03-14 10:21:37 -0700 |
---|---|---|
committer | Chris Kankiewicz <Chris@ChrisKankiewicz.com> | 2013-03-14 10:21:37 -0700 |
commit | 7f43d6559fa3658c6c8eacf4a513d8f8712f5a02 (patch) | |
tree | 026aa350283a2687ae7b0a928e8bd0e3ff5091f4 /.gitmodules | |
parent | abe408e934d1620a500d9be365e265c9fd635b27 (diff) | |
download | nextcloud-server-7f43d6559fa3658c6c8eacf4a513d8f8712f5a02.tar.gz nextcloud-server-7f43d6559fa3658c6c8eacf4a513d8f8712f5a02.zip |
Added 3rdparty folder as a git submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000000..b9c1a3702cf --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "3rdparty"] + path = 3rdparty + url = git://github.com/owncloud/3rdparty.git |