mirror of
https://github.com/usememos/memos.git
synced 2025-02-15 02:40:53 +01:00
* chore: add `/.vscode` to `.gitignore` * feat: return not found instead of internal for resource * feat: check file not exist only if error not nil
29 lines
225 B
Plaintext
29 lines
225 B
Plaintext
# 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
|