mirror of
https://github.com/usememos/memos.git
synced 2024-11-10 08:52:22 +08:00
2c819ace4e
* chore: add `/.vscode` to `.gitignore` * feat: return not found instead of internal for resource * feat: check file not exist only if error not nil
28 lines
225 B
Text
28 lines
225 B
Text
# Air (hot reload) generated
|
|
.air
|
|
|
|
# temp folder
|
|
tmp
|
|
|
|
# Frontend asset
|
|
web/dist
|
|
|
|
# build folder
|
|
build
|
|
|
|
.DS_Store
|
|
|
|
# Jetbrains
|
|
.idea
|
|
|
|
# Docker Compose Environment File
|
|
.env
|
|
|
|
bin/air
|
|
|
|
dev-dist
|
|
|
|
dist
|
|
|
|
# VSCode settings
|
|
/.vscode
|