ColorRunner/.gitignore

126 lines
1.7 KiB
Plaintext
Raw Permalink Normal View History

2014-08-09 22:41:29 +02:00
## Java
*.class
*.war
*.ear
hs_err_pid*
2017-11-22 19:14:24 +01:00
## Robovm
/ios/robovm-build/
2014-08-09 22:41:29 +02:00
## GWT
2017-11-22 19:14:24 +01:00
/html/war/
/html/gwt-unitCache/
2014-08-09 22:41:29 +02:00
.apt_generated/
.gwt/
gwt-unitCache/
www-test/
.gwt-tmp/
## Android Studio and Intellij and Android in general
2017-11-22 19:14:24 +01:00
/android/libs/armeabi/
/android/libs/armeabi-v7a/
/android/libs/arm64-v8a/
/android/libs/x86/
/android/libs/x86_64/
/android/gen/
2014-08-09 22:41:29 +02:00
.idea/
*.ipr
*.iws
*.iml
2017-11-22 19:14:24 +01:00
/android/out/
2014-08-09 22:41:29 +02:00
com_crashlytics_export_strings.xml
## Eclipse
2017-11-22 19:14:24 +01:00
2014-08-09 22:41:29 +02:00
.classpath
.project
2017-11-22 19:14:24 +01:00
.metadata/
/android/bin/
/core/bin/
/desktop/bin/
/html/bin/
/ios/bin/
/ios-moe/bin/
2014-08-09 22:41:29 +02:00
*.tmp
*.bak
*.swp
*~.nib
.settings/
.loadpath
.externalToolBuilders/
*.launch
## NetBeans
2017-11-22 19:14:24 +01:00
/nbproject/private/
/android/nbproject/private/
/core/nbproject/private/
/desktop/nbproject/private/
/html/nbproject/private/
/ios/nbproject/private/
/ios-moe/nbproject/private/
/build/
/android/build/
/core/build/
/desktop/build/
/html/build/
/ios/build/
/ios-moe/build/
/nbbuild/
/android/nbbuild/
/core/nbbuild/
/desktop/nbbuild/
/html/nbbuild/
/ios/nbbuild/
/ios-moe/nbbuild/
/dist/
/android/dist/
/core/dist/
/desktop/dist/
/html/dist/
/ios/dist/
/ios-moe/dist/
/nbdist/
/android/nbdist/
/core/nbdist/
/desktop/nbdist/
/html/nbdist/
/ios/nbdist/
/ios-moe/nbdist/
2014-08-09 22:41:29 +02:00
nbactions.xml
nb-configuration.xml
## Gradle
2017-11-22 19:14:24 +01:00
/local.properties
.gradle/
gradle-app.setting
/build/
/android/build/
/core/build/
/desktop/build/
/html/build/
/ios/build/
/ios-moe/build/
2014-08-09 22:41:29 +02:00
## OS Specific
.DS_Store
2017-11-22 19:14:24 +01:00
Thumbs.db
2014-08-09 22:48:40 +02:00
2017-11-22 19:14:24 +01:00
## iOS
/ios/xcode/*.xcodeproj/*
!/ios/xcode/*.xcodeproj/xcshareddata
!/ios/xcode/*.xcodeproj/project.pbxproj
/ios/xcode/native/
2014-08-09 22:48:40 +02:00
2017-11-22 19:14:24 +01:00
/ios-moe/xcode/*.xcodeproj/*
!/ios-moe/xcode/*.xcodeproj/xcshareddata
!/ios-moe/xcode/*.xcodeproj/project.pbxproj
/ios-moe/xcode/native/