mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-09-17 16:42:10 +08:00
* refactor: clean to roadmap content * refactor: move shared helpers into scripts/lib
22 lines
267 B
Plaintext
22 lines
267 B
Plaintext
.idea
|
|
.temp
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# environment variables
|
|
.env
|
|
.env.production
|
|
|
|
# generated by the orphaned content cleanup workflow
|
|
.cleanup-summary.md
|
|
|
|
# macOS-specific files
|
|
.DS_Store
|