diff options
author | Joas Schilling <coding@schilljs.com> | 2016-09-01 10:17:15 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-09-01 10:17:15 +0200 |
commit | 26c03524e700f1938a85723ab63deaf259021327 (patch) | |
tree | 39a5dea51b558226890b31858bae46ba946e53ef /.gitignore | |
parent | 7cd86cfe596cb6564bfd889c0f931211067379b5 (diff) | |
download | nextcloud-server-26c03524e700f1938a85723ab63deaf259021327.tar.gz nextcloud-server-26c03524e700f1938a85723ab63deaf259021327.zip |
Add PhantomJS to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 63a34beb978..0811a12f44b 100644 --- a/.gitignore +++ b/.gitignore @@ -107,6 +107,7 @@ nbproject /build/lib/ /build/jsdocs/ /npm-debug.log +/PhantomJS_* # puphpet puphpet |