necauqua_obsidian-page-prop.../.gitignore
2023-03-21 17:14:55 +02:00

27 lines
323 B
Text

# vscode
.vscode
# Intellij
*.iml
.idea
# npm
node_modules
# Don't include the compiled main.js file in the repo.
main.js
# Exclude sourcemaps
*.map
# Plugin settings
data.json
# Exclude macOS Finder (System Explorer) View States
.DS_Store
# Exclude the direnv cache
.direnv
# In case you ever run nix build
result