mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
18 lines
214 B
Plaintext
18 lines
214 B
Plaintext
node_modules
|
|
out
|
|
dist
|
|
*.log
|
|
.DS_Store
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# bundle assets (icons etc.) — root .gitignore has `build/`, re-include here.
|
|
!build/
|
|
!build/**
|
|
|
|
# editor
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|