mirror of
https://github.com/sechan100/daily-routine-2.git
synced 2026-07-22 05:37:51 +00:00
- task가 없을 때 보이는 note 화면을 제작 - note folder가 존재하지 않는 경우 자동으로 생성 - task, group이 없을 때 에러가 나던 현상을 해결 - group에 task가 없을 때, 완료로 표시되던 것을 해결 - 다양한 modal 창에서 enter를 누르면 save되도록 단축키 추가 - activate-view 함수에서 바로 leaf가 튀어나오지 않도록 수정 - open routine view command 추가 - .env 파일을 사용하여 환경 변수를 받을 수 있도록 추가가
29 lines
331 B
Text
29 lines
331 B
Text
# vscode
|
|
.vscode
|
|
|
|
# Intellij
|
|
*.iml
|
|
.idea
|
|
|
|
# env
|
|
.env
|
|
|
|
# npm
|
|
node_modules
|
|
|
|
# Don't include the compiled main.js file in the repo.
|
|
# They should be uploaded to GitHub releases instead.
|
|
main.js
|
|
|
|
# Exclude sourcemaps
|
|
*.map
|
|
|
|
# obsidian
|
|
data.json
|
|
|
|
# Exclude macOS Finder (System Explorer) View States
|
|
.DS_Store
|
|
|
|
# dist
|
|
dist/
|
|
styles.css
|