mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-01-16 21:58:30 +01:00
f47bf798d3
* feat: related guides sidebar * fix: hide related guides on mobile
37 lines
433 B
Plaintext
37 lines
433 B
Plaintext
.idea
|
|
.temp
|
|
.astro
|
|
|
|
# build output
|
|
dist/
|
|
.output/
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
scripts/developer-roadmap
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
|
|
# environment variables
|
|
.env
|
|
.env.production
|
|
|
|
# macOS-specific files
|
|
.DS_Store
|
|
/test-results/
|
|
/playwright-report/
|
|
/playwright/.cache/
|
|
tests-examples
|
|
*.csv
|
|
|
|
/editor/*
|
|
!/editor/readonly-editor.tsx
|
|
!/editor/renderer/renderer.ts
|
|
!/editor/renderer/index.tsx
|