Skip to content

Commit 88c6882

Browse files
committed
Update .gitignore
1 parent 9983c64 commit 88c6882

File tree

1 file changed

+55
-75
lines changed

1 file changed

+55
-75
lines changed

.gitignore

Lines changed: 55 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,94 +1,74 @@
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
44

5-
## User settings
6-
xcuserdata/
5+
# Files for the ART/Dalvik VM
6+
*.dex
77

8-
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
9-
*.xcscmblueprint
10-
*.xccheckout
8+
# Java class files
9+
*.class
1110

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/
1320
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
2421

25-
## Obj-C/Swift specific
26-
*.hmap
22+
# Local configuration file (sdk path, etc)
23+
local.properties
2724

28-
## App packaging
29-
*.ipa
30-
*.dSYM.zip
31-
*.dSYM
25+
# Proguard folder generated by Eclipse
26+
proguard/
3227

33-
## Playgrounds
34-
timeline.xctimeline
35-
playground.xcworkspace
28+
# Log Files
29+
*.log
3630

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/
4833

49-
.build/
34+
# Android Studio captures folder
35+
captures/
5036

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
6150

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
6655

67-
Carthage/Build/
56+
# External native build folder generated in Android Studio 2.2 and later
57+
.externalNativeBuild
58+
.cxx/
6859

69-
# Accio dependency management
70-
Dependencies/
71-
.accio/
60+
# Google Services (e.g. APIs or Firebase)
61+
# google-services.json
7262

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
7967

68+
# fastlane
8069
fastlane/report.xml
8170
fastlane/Preview.html
82-
fastlane/screenshots/**/*.png
71+
fastlane/screenshots
8372
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
9474
.DS_Store

0 commit comments

Comments
 (0)