添加 .gitignore、README 与默认 assets 目录,便于集中管理素材。 Co-authored-by: Cursor <cursoragent@cursor.com>
15 lines
131 B
Plaintext
15 lines
131 B
Plaintext
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Editor / IDE
|
|
.idea/
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
|
|
# Archives & temp
|
|
*.tmp
|
|
*.temp
|
|
~$*
|