mirror of
https://github.com/usememos/memos.git
synced 2024-12-18 16:41:44 +03:00
28 lines
257 B
Plaintext
28 lines
257 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
|
||
|
|
||
|
# Air (hot reload) generated
|
||
|
.air
|
||
|
|
||
|
# Frontend asset
|
||
|
dist
|
||
|
|
||
|
# Dev database
|
||
|
data
|
||
|
|
||
|
# build folder
|
||
|
build
|
||
|
|
||
|
.DS_Store
|