Skip to content
This repository was archived by the owner on Jan 25, 2025. It is now read-only.

Commit 3ea388a

Browse files
committed
Update .gitignore
1 parent f41eba4 commit 3ea388a

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.gitignore

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ playground.xcworkspace
4747
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
4848
#
4949
# Pods/
50+
#
51+
# Add this line if you want to avoid checking in source code from the Xcode workspace
52+
# *.xcworkspace
5053

5154
# Carthage
5255
#
@@ -55,6 +58,10 @@ playground.xcworkspace
5558

5659
Carthage/Build
5760

61+
# Accio dependency management
62+
Dependencies/
63+
.accio/
64+
5865
# fastlane
5966
#
6067
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
@@ -64,6 +71,12 @@ Carthage/Build
6471

6572
fastlane/report.xml
6673
fastlane/Preview.html
67-
fastlane/screenshots
74+
fastlane/screenshots/**/*.png
6875
fastlane/test_output
69-
screenshots/
76+
77+
# Code Injection
78+
#
79+
# After new code Injection tools there's a generated folder /iOSInjectionProject
80+
# https://github.com/johnno1962/injectionforxcode
81+
82+
iOSInjectionProject/

0 commit comments

Comments
 (0)