Browse Source

fix(build) add .bundle to ignore files

j25
Saúl Ibarra Corretgé 7 months ago
parent
commit
b1ad82cef9
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .gitignore

+ 1
- 0
.gitignore View File

@@ -62,6 +62,7 @@ buck-out/
62 62
 
63 63
 # fastlane
64 64
 #
65
+.bundle/
65 66
 **/fastlane/report.xml
66 67
 **/fastlane/Preview.html
67 68
 **/fastlane/test_output

Loading…
Cancel
Save