Skip to content

Commit 63a015c

Browse files
committed
[compiler] allow local fixtures to be excluded from git w "nocommit" prefix
ghstack-source-id: 1f06f3e Pull Request resolved: facebook/react#33178
1 parent f082a54 commit 63a015c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
debug/
77
target/
88

9+
nocommit*.js
10+
nocommit*.expect.md
11+
912
# These are backup files generated by rustfmt
1013
**/*.rs.bk
1114

0 commit comments

Comments
 (0)