forked from facebook/fbt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
41 lines (34 loc) · 861 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Global build-related files
node_modules # @oss-only
**/node_modules # @oss-only
yarn-error.log
.flow-results
# file checksums used by gulp-once
.checksums
# MacOS
.DS_Store
# demo-app build artifacts
demo-app/.enum_manifest.json
demo-app/.source_strings.json
demo-app/.src_manifest.json
demo-app/output
demo-app/source_strings.json
demo-app/src/translatedFbts
demo-app/src/translatedFbts.json
demo-app/yarn-error.log
live-demo-app/.enum_manifest.json
live-demo-app/.source_strings.json
live-demo-app/.src_manifest.json
live-demo-app/output
live-demo-app/src/translatedFbts.json
live-demo-app/yarn-error.log
# fbt runtime package
packages/fbt/lib/**/*.js.flow
packages/fbt/dist
packages/fbt/lib # @oss-only
packages/fbt/LICENSE
packages/fbt/node_modules/.bin/fbt-*
# documentation build artifacts
website/build/
website/node_modules
website/.docusaurus