/ .gitignore
.gitignore
1 ## Java 2 3 *.class 4 *.war 5 *.ear 6 hs_err_pid* 7 8 ## Robovm 9 /ios/robovm-build/ 10 11 ## GWT 12 /html/war/ 13 /html/gwt-unitCache/ 14 .apt_generated/ 15 .gwt/ 16 gwt-unitCache/ 17 www-test/ 18 .gwt-tmp/ 19 20 ## Android Studio and Intellij and Android in general 21 /android/libs/armeabi-v7a/ 22 /android/libs/arm64-v8a/ 23 /android/libs/x86/ 24 /android/libs/x86_64/ 25 /android/gen/ 26 .idea/ 27 *.ipr 28 *.iws 29 *.iml 30 /android/out/ 31 com_crashlytics_export_strings.xml 32 33 ## Eclipse 34 35 .classpath 36 .project 37 .metadata/ 38 /android/bin/ 39 /core/bin/ 40 /desktop/bin/ 41 /html/bin/ 42 /ios/bin/ 43 *.tmp 44 *.bak 45 *.swp 46 *~.nib 47 .settings/ 48 .loadpath 49 .externalToolBuilders/ 50 *.launch 51 52 ## NetBeans 53 54 /nbproject/private/ 55 /android/nbproject/private/ 56 /core/nbproject/private/ 57 /desktop/nbproject/private/ 58 /html/nbproject/private/ 59 /ios/nbproject/private/ 60 61 /build/ 62 /android/build/ 63 /core/build/ 64 /desktop/build/ 65 /html/build/ 66 /ios/build/ 67 68 /nbbuild/ 69 /android/nbbuild/ 70 /core/nbbuild/ 71 /desktop/nbbuild/ 72 /html/nbbuild/ 73 /ios/nbbuild/ 74 75 /dist/ 76 /android/dist/ 77 /core/dist/ 78 /desktop/dist/ 79 /html/dist/ 80 /ios/dist/ 81 82 /nbdist/ 83 /android/nbdist/ 84 /core/nbdist/ 85 /desktop/nbdist/ 86 /html/nbdist/ 87 /ios/nbdist/ 88 89 nbactions.xml 90 nb-configuration.xml 91 92 ## Gradle 93 94 /local.properties 95 .gradle/ 96 gradle-app.setting 97 /build/ 98 /android/build/ 99 /core/build/ 100 /desktop/build/ 101 /html/build/ 102 /ios/build/ 103 104 ## OS Specific 105 .DS_Store 106 Thumbs.db 107 108 ## iOS 109 /ios/xcode/*.xcodeproj/* 110 !/ios/xcode/*.xcodeproj/xcshareddata 111 !/ios/xcode/*.xcodeproj/project.pbxproj 112 /ios/xcode/native/ 113 /ios/IOSLauncher.app 114 /ios/IOSLauncher.app.dSYM