diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-06-23 23:57:44 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-10-31 13:27:36 +0100 |
commit | c7dc656b2bf956758dbf8979ff6b7597d627b884 (patch) | |
tree | 30c7cbbe5aaecd6c4b4bf9c4e525c71d7921d1fa /.gitignore | |
parent | e0528c7598bc98ae951f4a6a44b126bbfabd8f3b (diff) | |
download | nextcloud-server-c7dc656b2bf956758dbf8979ff6b7597d627b884.tar.gz nextcloud-server-c7dc656b2bf956758dbf8979ff6b7597d627b884.zip |
Added script to build the JS documentation
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a36fd98b79f..c0d44301d57 100644 --- a/.gitignore +++ b/.gitignore @@ -89,6 +89,7 @@ nbproject # nodejs /build/lib/ +/build/jsdocs/ /npm-debug.log |