Browse Source

misc: ignore build artifacts

j8
Saúl Ibarra Corretgé 6 years ago
parent
commit
1c47720a08
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      .gitignore

+ 2
- 1
.gitignore View File

@@ -70,8 +70,9 @@ buck-out/
70 70
 */fastlane/Preview.html
71 71
 */fastlane/screenshots
72 72
 
73
-# Bundle artifact
73
+# Build artifacts
74 74
 *.jsbundle
75
+*.framework
75 76
 
76 77
 # precommit-hook
77 78
 .jshintignore

Loading…
Cancel
Save