mirror of
https://github.com/usememos/memos.git
synced 2024-11-30 22:14:19 +03:00
247e37d5af
* feat: add build&push docker image action * fix file end line
31 lines
297 B
Plaintext
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 |