|
1 | | -# Xcode |
2 | | -# |
3 | | -# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore |
| 1 | +# Built application files |
| 2 | +*.apk |
| 3 | +*.aab |
4 | 4 |
|
5 | | -## User settings |
6 | | -xcuserdata/ |
| 5 | +# Files for the ART/Dalvik VM |
| 6 | +*.dex |
7 | 7 |
|
8 | | -## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) |
9 | | -*.xcscmblueprint |
10 | | -*.xccheckout |
| 8 | +# Java class files |
| 9 | +*.class |
11 | 10 |
|
12 | | -## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) |
| 11 | +# Generated files |
| 12 | +bin/ |
| 13 | +gen/ |
| 14 | +out/ |
| 15 | +# Uncomment the following line in case you need and you don't have the release build type files in your app |
| 16 | +# release/ |
| 17 | + |
| 18 | +# Gradle files |
| 19 | +.gradle/ |
13 | 20 | build/ |
14 | | -DerivedData/ |
15 | | -*.moved-aside |
16 | | -*.pbxuser |
17 | | -!default.pbxuser |
18 | | -*.mode1v3 |
19 | | -!default.mode1v3 |
20 | | -*.mode2v3 |
21 | | -!default.mode2v3 |
22 | | -*.perspectivev3 |
23 | | -!default.perspectivev3 |
24 | 21 |
|
25 | | -## Obj-C/Swift specific |
26 | | -*.hmap |
| 22 | +# Local configuration file (sdk path, etc) |
| 23 | +local.properties |
27 | 24 |
|
28 | | -## App packaging |
29 | | -*.ipa |
30 | | -*.dSYM.zip |
31 | | -*.dSYM |
| 25 | +# Proguard folder generated by Eclipse |
| 26 | +proguard/ |
32 | 27 |
|
33 | | -## Playgrounds |
34 | | -timeline.xctimeline |
35 | | -playground.xcworkspace |
| 28 | +# Log Files |
| 29 | +*.log |
36 | 30 |
|
37 | | -# Swift Package Manager |
38 | | -# |
39 | | -# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. |
40 | | -# Packages/ |
41 | | -# Package.pins |
42 | | -# Package.resolved |
43 | | -# *.xcodeproj |
44 | | -# |
45 | | -# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata |
46 | | -# hence it is not needed unless you have added a package configuration file to your project |
47 | | -# .swiftpm |
| 31 | +# Android Studio Navigation editor temp files |
| 32 | +.navigation/ |
48 | 33 |
|
49 | | -.build/ |
| 34 | +# Android Studio captures folder |
| 35 | +captures/ |
50 | 36 |
|
51 | | -# CocoaPods |
52 | | -# |
53 | | -# We recommend against adding the Pods directory to your .gitignore. However |
54 | | -# you should judge for yourself, the pros and cons are mentioned at: |
55 | | -# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control |
56 | | -# |
57 | | -# Pods/ |
58 | | -# |
59 | | -# Add this line if you want to avoid checking in source code from the Xcode workspace |
60 | | -# *.xcworkspace |
| 37 | +# IntelliJ |
| 38 | +*.iml |
| 39 | +.idea/workspace.xml |
| 40 | +.idea/tasks.xml |
| 41 | +.idea/gradle.xml |
| 42 | +.idea/assetWizardSettings.xml |
| 43 | +.idea/dictionaries |
| 44 | +.idea/libraries |
| 45 | +# Android Studio 3 in .gitignore file. |
| 46 | +.idea/caches |
| 47 | +.idea/modules.xml |
| 48 | +# Comment next line if keeping position of elements in Navigation Editor is relevant for you |
| 49 | +.idea/navEditor.xml |
61 | 50 |
|
62 | | -# Carthage |
63 | | -# |
64 | | -# Add this line if you want to avoid checking in source code from Carthage dependencies. |
65 | | -# Carthage/Checkouts |
| 51 | +# Keystore files |
| 52 | +# Uncomment the following lines if you do not want to check your keystore files in. |
| 53 | +#*.jks |
| 54 | +#*.keystore |
66 | 55 |
|
67 | | -Carthage/Build/ |
| 56 | +# External native build folder generated in Android Studio 2.2 and later |
| 57 | +.externalNativeBuild |
| 58 | +.cxx/ |
68 | 59 |
|
69 | | -# Accio dependency management |
70 | | -Dependencies/ |
71 | | -.accio/ |
| 60 | +# Google Services (e.g. APIs or Firebase) |
| 61 | +# google-services.json |
72 | 62 |
|
73 | | -# fastlane |
74 | | -# |
75 | | -# It is recommended to not store the screenshots in the git repo. |
76 | | -# Instead, use fastlane to re-generate the screenshots whenever they are needed. |
77 | | -# For more information about the recommended setup visit: |
78 | | -# https://docs.fastlane.tools/best-practices/source-control/#source-control |
| 63 | +# Freeline |
| 64 | +freeline.py |
| 65 | +freeline/ |
| 66 | +freeline_project_description.json |
79 | 67 |
|
| 68 | +# fastlane |
80 | 69 | fastlane/report.xml |
81 | 70 | fastlane/Preview.html |
82 | | -fastlane/screenshots/**/*.png |
| 71 | +fastlane/screenshots |
83 | 72 | fastlane/test_output |
84 | | - |
85 | | -# Code Injection |
86 | | -# |
87 | | -# After new code Injection tools there's a generated folder /iOSInjectionProject |
88 | | -# https://github.com/johnno1962/injectionforxcode |
89 | | - |
90 | | -iOSInjectionProject/ |
91 | | -/AudioCoder/.cxx |
92 | | -/.idea |
93 | | -/.gradle |
| 73 | +fastlane/readme.md |
94 | 74 | .DS_Store |
0 commit comments