haifa-reminder/.gitignore

22 lines
239 B
Text
Raw Permalink Normal View History

## Node modules ##
node_modules
#javascript build files #
public/**/*
dist/**/*
# Tmp files #
tmp
2023-03-22 11:17:25 +00:00
.DS_Store
## ENV Vars ##
.env
config/client_google_auth.json
2023-04-04 23:52:39 +00:00
redis.conf
2023-04-03 17:09:44 +00:00
## Docker ##
build_image.sh
push_dockerhub.sh
# keys #
keys/**/*