mara-li_obsidian-my-thesaurus/.gitignore
2024-12-17 16:24:45 +01:00

26 lines
No EOL
361 B
Text

# vscode
.vscode
# Intellij
*.iml
.idea
# npm
node_modules
# Don't include the compiled main.js file in the repo.
# They should be uploaded to GitHub releases instead.
main.js
styles.css
!src/styles.css
# Exclude sourcemaps
*.map
# obsidian
data.json
.hotreload
# Exclude macOS Finder (System Explorer) View States
.DS_Store
.env