mirror of
https://github.com/rifts-obsidian-laboratory/anki-integration.git
synced 2026-07-22 05:42:50 +00:00
Initial Commit
This commit is contained in:
commit
b4d9e88a44
1 changed files with 14 additions and 0 deletions
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Preferred as GitHub releases
|
||||
main.js
|
||||
# IDE files
|
||||
.vscode
|
||||
*.iml
|
||||
.idea
|
||||
# npm
|
||||
node_modules
|
||||
# Excluding sourcemaps
|
||||
*.map
|
||||
# Obsidian
|
||||
data.json
|
||||
# Clearing off macOS Finder View States
|
||||
.DS_Store
|
||||
Loading…
Reference in a new issue