# vscode
.vscode
.devcontainer

# Dockerfile
Dockerfile

# npm
node_modules
package-lock.json

# 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

# file generated by this plugin
.binary-file-manager_binary-file-list.txt

# other
.DS_Store
