Skip to content

Commit

Permalink
Standardize .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Oct 24, 2023
1 parent f1aa0b2 commit 2c77bd9
Showing 1 changed file with 23 additions and 8 deletions.
31 changes: 23 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,35 @@
# Cache and IDE-related files
# OS
.DS_Store

# Cache
.cache
.idea
.playwright
.tmp
*.tsbuildinfo
.eslintcache

# Yarn-related files
# Yarn
.pnp.*
**/.yarn/*
!**/.yarn/releases
!**/.yarn/patches
!**/.yarn/plugins
!**/.yarn/releases
!**/.yarn/sdks
yarn-error.log
!**/.yarn/versions

# Project-generated files and directories
# Project-generated directories and files
coverage
dist
node_modules
playwright-report
test-results
package.tgz

# Other
**/.DS_Store
# Logs
npm-debug.log
yarn-error.log

# .env files
**/.env
**/.env.*
!**/.env.example

0 comments on commit 2c77bd9

Please sign in to comment.