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 /.gitignore | |
parent | abe408e934d1620a500d9be365e265c9fd635b27 (diff) | |
download | nextcloud-server-7f43d6559fa3658c6c8eacf4a513d8f8712f5a02.tar.gz nextcloud-server-7f43d6559fa3658c6c8eacf4a513d8f8712f5a02.zip |
Added 3rdparty folder as a git submodule
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 40d6e6ca0fe..b0cc783123c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ owncloud config/config.php config/mount.php apps/inc.php -3rdparty # ignore all apps except core ones apps/* |