mirror of
https://github.com/ershisan99/cards-front.git
synced 2025-12-16 12:32:57 +00:00
31 lines
442 B
Plaintext
31 lines
442 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# Dependencies
|
|
node_modules
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
# Swap the comments on the following lines if you don't wish to use zero-installs
|
|
# Documentation here: https://yarnpkg.com/features/zero-installs
|
|
!.yarn/cache
|
|
#.pnp.*
|
|
|
|
# Testing
|
|
coverage
|
|
|
|
# Production
|
|
build
|
|
|
|
# Miscellaneous
|
|
*.local
|