summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
blob: 846fb40410c1ed00a1467b965d34a5b54a57844a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Intellij
*.iml
.idea

# 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