mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2024-12-25 03:08:29 +00:00
43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
#/////////////////////////////////////////////////////////////////////////////
|
|
# npm files
|
|
#/////////////////////////////////////////////////////////////////////////////
|
|
|
|
npm-debug.log
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
#/////////////////////////////////////////////////////////////////////////////
|
|
# OS generated files
|
|
#/////////////////////////////////////////////////////////////////////////////
|
|
|
|
.DS_Store
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
#/////////////////////////////////////////////////////////////////////////////
|
|
# WebStorm files
|
|
#/////////////////////////////////////////////////////////////////////////////
|
|
|
|
.idea/
|
|
|
|
#/////////////////////////////////////////////////////////////////////////////
|
|
# VS Code files
|
|
#/////////////////////////////////////////////////////////////////////////////
|
|
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/launch.json
|
|
!.vscode/**/*.code-snippets
|
|
|
|
#/////////////////////////////////////////////////////////////////////////////
|
|
# Temp files
|
|
#/////////////////////////////////////////////////////////////////////////////
|
|
|
|
temp
|
|
|
|
#/////////////////////////////////////////////////////////////////////////////
|
|
# 使用 Creator 调试时会为每个脚本生成 .meta 文件
|
|
#/////////////////////////////////////////////////////////////////////////////
|
|
|
|
**/*.meta
|