Skip to content

Commit

Permalink
Remove Cargo.lock and simplify .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorendorff committed Jan 11, 2024
1 parent 3d198a6 commit ece1104
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 165 deletions.
19 changes: 1 addition & 18 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,2 @@
vendor
build
node_modules
/target
/tmp
.idea/
Brewfile.lock.json
heaptrack.*
.DS_Store

/crates/*/target

# vim swap files
[._]*.s[a-v][a-z]
!*.svg # comment out if you don't need vector files
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
/Cargo.lock
147 changes: 0 additions & 147 deletions Cargo.lock

This file was deleted.

0 comments on commit ece1104

Please sign in to comment.