Skip to content

Commit 3883eb8

Browse files
rockyesselfacebook-github-bot
authored andcommitted
fix: space out properly and rearrange into section
Summary: <!-- If this is a change to library defintions, please include links to relevant documentation. If this is a documentation change, please prefix the title with [DOCS]. If this is neither, ensure you opened a discussion issue and link it in the PR description. --> Pull Request resolved: #8986 Reviewed By: mroch Differential Revision: D42608243 Pulled By: SamChou19815 fbshipit-source-id: 7957058e560b368c3e3c05e9ff4a9987b2f6d098
1 parent 36932f0 commit 3883eb8

File tree

1 file changed

+24
-19
lines changed

1 file changed

+24
-19
lines changed

.gitignore

+24-19
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,35 @@
1-
*TAGS
2-
_build
3-
/_opam
4-
/dist
5-
/_obuild
6-
/.ocp
7-
/lib/INDEX
8-
.DS_STORE
91
docs/_site/
10-
_site/
11-
/bin
122
npm-debug.log
13-
/node_modules/
14-
/tests/*/*.err
3+
flow.odocl
4+
flow.docdir
5+
6+
.DS_STORE
7+
.vscode/
8+
.merlin
9+
1510
*.swp
1611
*.swo
1712
*.o
1813
*.a
19-
flow.odocl
20-
flow.docdir
14+
*TAGS
2115
*~
22-
/hack/utils/get_build_id.gen.c
23-
/flowlib.rc
24-
.merlin
25-
/test-results
2616
*.log
2717
*.cache
28-
.vscode/
18+
19+
/_opam
20+
/dist
21+
/_obuild
22+
/.ocp
23+
/lib/INDEX
24+
/test-results
25+
/hack/utils/get_build_id.gen.c
26+
/flowlib.rc
27+
/node_modules/
28+
/tests/*/*.err
29+
/bin
30+
31+
_build
32+
_site/
33+
2934
# This is an alias of flow-remove-types that we generate during publishing
3035
/packages/flow-node

0 commit comments

Comments
 (0)