初始化项目

This commit is contained in:
2025-11-20 09:41:24 +08:00
parent afcacb878a
commit 66dada5605
9 changed files with 1620 additions and 1938 deletions

37
.gitignore vendored
View File

@@ -1,20 +1,23 @@
# Build and Release Folders
bin-debug/
bin-release/
[Oo]bj/
[Bb]in/
.DS_Store
node_modules
/dist
# Other files and folders
.settings/
# Executables
*.swf
*.air
*.ipa
*.apk
# local env files
.env.local
.env.*.local
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
# should NOT be excluded as they contain compiler settings and other important
# information for Eclipse / Flash Builder.
node_modules/
dist/
# 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?