microsoft/hve-core
Publicmirrored from https://github.com/microsoft/hve-coreAvailable
docs/docusaurus/.gitignore
28lines · modecode
| 1 | # Dependencies |
| 2 | /node_modules |
| 3 | |
| 4 | # Production |
| 5 | /build |
| 6 | |
| 7 | # Generated files |
| 8 | .docusaurus |
| 9 | .cache-loader |
| 10 | |
| 11 | # Playwright |
| 12 | /test-results |
| 13 | /playwright-report |
| 14 | /playwright/.cache |
| 15 | |
| 16 | # Test coverage |
| 17 | /coverage |
| 18 | |
| 19 | # Misc |
| 20 | .DS_Store |
| 21 | .env.local |
| 22 | .env.development.local |
| 23 | .env.test.local |
| 24 | .env.production.local |
| 25 | |
| 26 | npm-debug.log* |
| 27 | yarn-debug.log* |
| 28 | yarn-error.log* |
| 29 | |