31 lines
328 B
Plaintext
31 lines
328 B
Plaintext
|
.DS_Store
|
||
|
node_modules
|
||
|
/cop-web
|
||
|
cop-web.tar.gz
|
||
|
|
||
|
# local env files
|
||
|
.env.local
|
||
|
.env.*.local
|
||
|
|
||
|
# Log files
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
|
||
|
# Editor directories and files
|
||
|
.idea
|
||
|
.vscode
|
||
|
*.suo
|
||
|
*.ntvs*
|
||
|
*.njsproj
|
||
|
*.sln
|
||
|
*.sw?
|
||
|
|
||
|
#yarn3
|
||
|
.pnp.*
|
||
|
.yarn/*
|
||
|
!.yarn/patches
|
||
|
!.yarn/plugins
|
||
|
!.yarn/releases
|
||
|
!.yarn/sdks
|
||
|
!.yarn/versions
|