Initial commit with .gitignore

develop
Hoshi 2024-05-30 16:59:17 +08:00
commit 18a3d6a68b
1 changed files with 31 additions and 0 deletions

31
.gitignore vendored Normal file
View File

@ -0,0 +1,31 @@
.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