Skip to content

Commit

Permalink
Organize and update ignored patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
S0AndS0 committed Mar 12, 2024
1 parent 7f00e6a commit a0d4c18
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
## Node GitHub Action dependencies must be checked-in
# node_modules

# node_modules that can be ignored safely
node_modules/@types
node_modules/**/**.ts
node_modules/**/README*
node_modules/.bin
node_modules/.package-lock.json
node_modules/typescript
node_modules/fsevents
node_modules/undici-types

# IDE artifacts
.DS_Store
*.swp
*.swo

# Development play-space
dev

0 comments on commit a0d4c18

Please sign in to comment.