Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ Thumbs.db
*.log
target/
node_modules/
# npm lockfile — not tracked, mirroring the Cargo.lock policy above
# (the only one is vscode-extension/package-lock.json)
package-lock.json
_build/
deps/
.elixir_ls/
Expand Down
Loading