haifa-reminder/.gitignore

21 lines
230 B
Text
Raw Normal View History

## Node modules ##
2023-07-26 11:01:58 +00:00
# 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-03 17:09:44 +00:00
## Docker ##
build_image.sh
push_dockerhub.sh
# keys #
keys/**/*