diff options
author | Fidel Esteban Morales Cifuentes <fidmor.89@outlook.com> | 2018-06-30 20:18:50 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-30 20:18:50 -0600 |
commit | 12f63fc752a858627485f2d1483ad310c9826d51 (patch) | |
tree | 75b758b50b50a5a480dbdd56e5fac134510230b4 | |
parent | 65cdade87324774700104eee79dec1e7b91d56d7 (diff) | |
download | gitignore-12f63fc752a858627485f2d1483ad310c9826d51.tar.gz gitignore-12f63fc752a858627485f2d1483ad310c9826d51.zip |
Update Swift.gitignore
Adding Code Injection
-rw-r--r-- | Swift.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Swift.gitignore b/Swift.gitignore index b8e04d98..7b0d62bc 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -69,3 +69,10 @@ fastlane/report.xml fastlane/Preview.html fastlane/screenshots/**/*.png fastlane/test_output + +# Code Injection +# +# After new code Injection tools there's a generated folder /iOSInjectionProject +# https://github.com/johnno1962/injectionforxcode + +iOSInjectionProject/ |