mirror of https://github.com/usememos/memos
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
257 B
Plaintext
28 lines
257 B
Plaintext
3 years ago
|
# 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
|