memos/.gitignore
STEVEN 247e37d5af
feat: add build&push docker image action
* feat: add build&push docker image action

* fix file end line
2021-12-14 10:17:24 +08:00

31 lines
297 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Temp output
*.out
*.log
tmp
# Config (Need to put in env)
# config
# Air (hot reload) generated
.air
# Frontend asset
dist
# Dev database
data
# build folder
build
.DS_Store