ignore awspiblish cache file

This commit is contained in:
Matthias Kretschmann 2016-04-22 23:23:19 +02:00
parent 14c8589179
commit c72f19a177
Signed by: m
GPG Key ID: BD3C1F3EDD7831FC
3 changed files with 2 additions and 1 deletions

View File

@ -1 +0,0 @@
{"index.html":"\"1796b44249fce697b13d7d66f3785d8c\"","assets/gato-del-raval.jpg":"\"ac14e6eccb5af4b70fb58097485a1c7f\"","assets/style.css":"\"12069179d6731702163f4b1080e23896\""}

1
.gitignore vendored
View File

@ -1 +1,2 @@
node_modules
.awspublish*

View File

@ -8,5 +8,6 @@ deploy:
only:
- master
script:
- npm install -g gulp
- npm install
- gulp deploy