mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-25 10:54:43 +00:00
71 lines
983 B
Plaintext
71 lines
983 B
Plaintext
|
|
#///////////////////////////
|
|
# Cocos Creator 3D Project
|
|
#///////////////////////////
|
|
library/
|
|
temp/
|
|
local/
|
|
build/
|
|
profiles/
|
|
native
|
|
#//////////////////////////
|
|
# NPM
|
|
#//////////////////////////
|
|
node_modules/
|
|
|
|
#//////////////////////////
|
|
# VSCode
|
|
#//////////////////////////
|
|
.vscode/
|
|
|
|
#//////////////////////////
|
|
# WebStorm
|
|
#//////////////////////////
|
|
.idea/
|
|
|
|
target/
|
|
!.mvn/wrapper/maven-wrapper.jar
|
|
!**/src/main/**/target/
|
|
!**/src/test/**/target/
|
|
|
|
### IntelliJ IDEA ###
|
|
.idea/modules.xml
|
|
.idea/jarRepositories.xml
|
|
.idea/compiler.xml
|
|
.idea/libraries/
|
|
*.iws
|
|
*.iml
|
|
*.ipr
|
|
|
|
### Eclipse ###
|
|
.apt_generated
|
|
.classpath
|
|
.factorypath
|
|
.project
|
|
.settings
|
|
.springBeans
|
|
.sts4-cache
|
|
|
|
### NetBeans ###
|
|
/nbproject/private/
|
|
/nbbuild/
|
|
/dist/
|
|
/nbdist/
|
|
/.nb-gradle/
|
|
build/
|
|
out/
|
|
!**/src/main/**/build/
|
|
!**/src/test/**/build/
|
|
|
|
### VS Code ###
|
|
.vscode/
|
|
|
|
### Mac OS ###
|
|
.DS_Store
|
|
headless/logger/
|
|
JNFrame2/HybridCLRData/
|
|
JNFrame2/Windows/
|
|
JNFrame2/yoo/
|
|
JNFrame2/Bundles/
|
|
JNFrame2/Assets/StreamingAssets/yoo/
|