Skip to content

Commit b9180d6

Browse files
committed
Add ignore rules for bob
1 parent c6b226f commit b9180d6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,7 @@ local.properties
4242
# BUCK
4343
buck-out/
4444
\.buckd/
45-
*.keystore
45+
*.keystore
46+
47+
# generated by bob
48+
lib/

example/.flowconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
; Ignore the compiled files
2+
lib/.*
3+
14
[ignore]
25
; We fork some components by platform
36
.*/*[.]android.js

0 commit comments

Comments
 (0)