chore: 初始化静态资源仓库基础结构
添加 .gitignore、README 与默认 assets 目录,便于集中管理素材。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
desktop.ini
|
||||
|
||||
# Editor / IDE
|
||||
.idea/
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
|
||||
# Archives & temp
|
||||
*.tmp
|
||||
*.temp
|
||||
~$*
|
||||
Reference in New Issue
Block a user