DEADSOFTWARE

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