提交gitignore

This commit is contained in:
Hobart 2023-01-30 18:10:03 +08:00
parent 334a9615a3
commit e713fb8d89
1 changed files with 33 additions and 0 deletions

33
.gitignore vendored Normal file
View File

@ -0,0 +1,33 @@
node_modules
.DS_Store
.github
dist
.npmrc
.cache
tests/server/static
tests/server/static/upload
public/united/StreamingAssets
public/united/Build
.local
# local env files
.env.local
.env.*.local
.eslintcache
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.zip