mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2024-10-11 18:07:24 +08:00
36 lines
426 B
Plaintext
36 lines
426 B
Plaintext
.idea
|
|
.temp
|
|
|
|
# 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
|