1
1
Fork 0
mirror of https://github.com/usememos/memos.git synced 2025-02-18 02:14:23 +08:00
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
No EOL
297 B
Text

# 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