Skip to content

Commit

Permalink
Tweaked .gitignore
Browse files Browse the repository at this point in the history
  - Made .gitignore alphabetical.

  - Adjusted ignore paths.
  • Loading branch information
danwilliams committed Jun 19, 2024
1 parent f90be0d commit f7de567
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
.idea/
res/
data/
res/
target/
target
.DS_Store
.idea/
.vscode/

# typescript
node_modules
*.map
coverage/
lib/
dist/
lib/
node_modules/

0 comments on commit f7de567

Please sign in to comment.