Skip to content

Commit

Permalink
Tweaked .gitignore
Browse files Browse the repository at this point in the history
  - Removed Cargo.lock and pnpm-lock.yaml from the .gitignore file.

  - Made .gitignore alphabetical.
  • Loading branch information
danwilliams committed Jun 19, 2024
1 parent f90be0d commit 9ea3b3f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 26,181 deletions.
11 changes: 7 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
.idea/
res/
Cargo.lock
data/
res/
target/
target
.DS_Store
.idea/
.vscode/

# typescript
node_modules
*.map
pnpm-lock.yaml
coverage/
lib/
dist/
lib/
node_modules/
Loading

0 comments on commit 9ea3b3f

Please sign in to comment.