mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-04-22 16:12:15 +02:00
* wip * fix: roadmap editor * fix: padding * wip * fix: remove editor package * wip * fix: update pnpm lock * Add contribution docs * UI changes for TW4 * Update deployment workflow --------- Co-authored-by: Arik Chakma <arikchangma@gmail.com>
33 lines
358 B
Plaintext
33 lines
358 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
|
|
*.csveditor/
|
|
|
|
packages/editor |