Skip to content

Commit

Permalink
Update gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
charliecm committed Oct 15, 2024
1 parent d81b824 commit 3815bc9
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
# vscode
.vscode

# Intellij
*.iml
.idea

# npm
node_modules
package-lock.json
yarn.lock

# build
# Don't include the compiled main.js file in the repo.
# They should be uploaded to GitHub releases instead.
main.js
*.js.map

# Exclude sourcemaps
*.map

# obsidian
data.json

# Exclude macOS Finder (System Explorer) View States
.DS_Store

0 comments on commit 3815bc9

Please sign in to comment.