1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-17 14:18:17 +01:00
developer-roadmap/.gitignore
2023-01-15 15:23:27 +04:00

26 lines
304 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