remotely-save/.gitignore

22 lines
161 B
Plaintext
Raw Normal View History

2021-11-15 15:36:44 +00:00
# Intellij
*.iml
.idea
# npm
node_modules
package-lock.json
2024-01-06 04:02:37 +00:00
pnpm-lock.yaml
2021-11-15 15:36:44 +00:00
# build
main.js
*.js.map
# obsidian
data.json
# debug
logs.txt
# hidden files
.*