Skip to content

Commit

Permalink
🔥 chore(.gitignore): remove unnecessary entries and reorganize file
Browse files Browse the repository at this point in the history
- Remove "/package-lock.json" entry as it is not needed
- Remove ".history" entry as it is not needed
- Remove "yarn.lock" entry as it is not needed
- Reorganize the file to group similar entries together
  • Loading branch information
alisaitteke committed Dec 21, 2023
1 parent 15ea81c commit 443b253
Show file tree
Hide file tree
Showing 2 changed files with 4,111 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,8 @@ testem.log
# System Files
.DS_Store
Thumbs.db
/package-lock.json
.history
package-lock.json
*.iml
yarn.lock
actions-runner
build/*
dist/*
Loading

0 comments on commit 443b253

Please sign in to comment.