Skip to content

Commit 99b60d0

Browse files
authored
Enhance .gitignore files for better exclusion of unnecessary files (facebook#4383)
1 parent 306c3fd commit 99b60d0

File tree

1 file changed

+22
-6
lines changed

1 file changed

+22
-6
lines changed

.gitignore

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,29 @@
1+
# Logs
2+
logs
3+
*.log
4+
yarn-debug.log*
5+
yarn-error.log*
6+
17
node_modules
2-
.DS_Store
8+
*.local
9+
10+
# Editor directories and files
11+
.vscode/*
312
.idea
4-
.nvmrc
5-
.docusaurus
13+
.DS_Store
14+
*.suo
15+
*.ntvs*
16+
*.njsproj
17+
*.sln
18+
*.sw?
619

7-
website/build/
20+
*.tsbuildinfo
21+
22+
scripts/lint-examples/out/
823

924
sync-api-docs/generatedComponentApiDocs.js
1025
sync-api-docs/extracted.json
1126

12-
scripts/lint-examples/out/
13-
27+
website/.docusaurus
28+
website/.cache-loader
29+
website/build/

0 commit comments

Comments
 (0)