diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-10-05 21:19:25 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-10-05 21:19:25 +0200 |
commit | 7891873072791b881b6ca78c670d74c1e79eed72 (patch) | |
tree | d37f3d480a8338875d3b38bf19d6acc19fe17c97 | |
parent | f191e5b088573cedb799b52c3232d67e6a398c09 (diff) | |
download | nextcloud-server-7891873072791b881b6ca78c670d74c1e79eed72.tar.gz nextcloud-server-7891873072791b881b6ca78c670d74c1e79eed72.zip |
add /assets to gitignore
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b24edc91282..a36fd98b79f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ /config/*.config.php /config/mount.php /apps/inc.php +/assets # ignore all apps except core ones /apps*/* |