small change in .gitignore & mv the ec2 key into the project
This commit is contained in:
parent
b90d9524ff
commit
b6455824e6
1 changed files with 4 additions and 4 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -2,8 +2,8 @@
|
||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
#javascript build files #
|
#javascript build files #
|
||||||
public
|
public/**/*
|
||||||
dist
|
dist/**/*
|
||||||
|
|
||||||
# Tmp files #
|
# Tmp files #
|
||||||
tmp
|
tmp
|
||||||
|
@ -17,5 +17,5 @@ config/client_google_auth.json
|
||||||
build_image.sh
|
build_image.sh
|
||||||
push_dockerhub.sh
|
push_dockerhub.sh
|
||||||
|
|
||||||
## output ##
|
# keys #
|
||||||
dist
|
keys/**/*
|
Loading…
Reference in a new issue