Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Jan 27, 2022
1 parent e895271 commit 4b01e55
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
.DS_Store
# Cache and IDE-related files
.cache
.idea
.vscode

# Yarn-related files
**/.yarn/*
!**/.yarn/releases
!**/.yarn/plugins
dist
!**/.yarn/sdks
yarn-error.log

# Project-generated directories
coverage
dist
node_modules
npm-debug.log
yarn-error.log

# Other
**/.DS_Store
**/.env

0 comments on commit 4b01e55

Please sign in to comment.