remotely-save/.gitignore

18 lines
145 B
Plaintext
Raw Normal View History

2021-10-17 14:47:48 +00:00
# Intellij
*.iml
.idea
# npm
node_modules
package-lock.json
# build
main.js
*.js.map
# obsidian
data.json
2021-10-17 14:50:12 +00:00
# hidden files
.*