Added gitignore and changed maintainer email

This commit is contained in:
Akuario 2017-02-12 17:50:23 +01:00
parent ef8442706c
commit 2ed3bd3ac2
2 changed files with 6 additions and 1 deletions

5
.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
# IntelliJ project files
.idea
*.iml
out
gen

View file

@ -1,6 +1,6 @@
FROM alpine:3.4
MAINTAINER José Carlos Bernárdez "jkarlosb@gmail.com"
MAINTAINER José Carlos Bernárdez "carlos@z4studios.com"
# "--no-cache" is new in Alpine 3.3 and it avoid using
# "--update + rm -rf /var/cache/apk/*" (to remove cache)