mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-01-16 21:58:30 +01:00
27 lines
310 B
Plaintext
27 lines
310 B
Plaintext
# build output
|
|
dist/
|
|
.output/
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
bin/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 |