small change in .gitignore & mv the ec2 key into the project

This commit is contained in:
Kfir Dayan 2023-04-04 12:52:18 +03:00
parent b90d9524ff
commit b6455824e6

8
.gitignore vendored
View file

@ -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/**/*