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
|
||||
|
||||
#javascript build files #
|
||||
public
|
||||
dist
|
||||
public/**/*
|
||||
dist/**/*
|
||||
|
||||
# Tmp files #
|
||||
tmp
|
||||
|
@ -17,5 +17,5 @@ config/client_google_auth.json
|
|||
build_image.sh
|
||||
push_dockerhub.sh
|
||||
|
||||
## output ##
|
||||
dist
|
||||
# keys #
|
||||
keys/**/*
|
Loading…
Reference in a new issue