mirror of
https://github.com/pawelorzech/AddToObsidian.git
synced 2026-01-30 04:04:31 +00:00
- Menu bar app with global hotkey (⌃⌥⌘O) to capture notes - Notes saved as Markdown with YAML frontmatter - File naming: yyyy-MM-dd_HH-mm-ss.md - Settings view for Obsidian vault folder selection - Carbon API for global keyboard shortcut registration - Security-scoped bookmarks for persistent folder access
30 lines
347 B
Text
30 lines
347 B
Text
# Xcode
|
|
build/
|
|
*.xcuserstate
|
|
*.xcuserdatad
|
|
*.xcworkspace/xcuserdata/
|
|
DerivedData/
|
|
*.moved-aside
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata/
|
|
|
|
# Swift Package Manager
|
|
.build/
|
|
.swiftpm/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
._*
|
|
|
|
# Temporary files
|
|
*.swp
|
|
*~
|