| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- **/nbproject/private/
- **/.classpath
- **/.settings
- **/.project
- **/.vscode/**
- **/out/
- /.gradle/
- /.nb-gradle/
- /.idea/
- /dist/
- /build/
- /bin/
- /netbeans/
- /.classpath
- /.project
- /.settings
- /local.properties
- *.dll
- *.so
- *.jnilib
- *.dylib
- *.iml
- *.class
- *.jtxt
- .gradletasknamecache
- .DS_Store
- /jme3-core/src/main/resources/com/jme3/system/version.properties
- /jme3-*/build/
- /jme3-*/bin/
- /jme3-bullet-native/bullet3.zip
- /jme3-bullet-native/bullet3-*/
- /jme3-bullet-native/src/native/cpp/com_jme3_bullet_*.h
- /jme3-android-native/openal-soft/
- /jme3-android-native/OpenALSoft.zip
- /jme3-android-native/src/native/jme_decode/STBI/
- /jme3-android-native/src/native/jme_decode/Tremor/
- /jme3-android-native/stb_image.h
- /jme3-examples/private/
- !/jme3-vr/src/main/resources/**/*.dylib
- !/jme3-vr/src/main/resources/**/*.so
- !/jme3-vr/src/main/resources/**/*.so.dbg
- !/jme3-vr/src/main/resources/**/*.dll
- !/jme3-vr/src/main/resources/**/*.pdb
- /buildMaven.bat
- /private
- .travis.yml
- appveyor.yml
- javadoc_deploy
- javadoc_deploy.pub
- !.vscode/settings.json
- !.vscode/JME_style.xml
- !.vscode/extensions.json
|