mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-06-22 04:11:55 +10:00
3f55c24e36
* Added support for right to left direction of bullet points in the page render and text editor * Added right to left direction support by adding a toggle button in the layout and enhancing the css element of the page render to support it without affecting the default left to right direction * Moved the Right to Life Direction Toggle feature to be integrated with the Languages section using locale * change all occurrances of pl, pr, ml, mr, left, right to start/end equivalents --------- Co-authored-by: Amruth Pillai <im.amruth@gmail.com>
20 lines
222 B
Plaintext
20 lines
222 B
Plaintext
dist
|
|
.env*
|
|
/data
|
|
.nitro
|
|
.output
|
|
.vercel
|
|
.cursor
|
|
coverage
|
|
.netlify
|
|
.DS_Store
|
|
.tanstack
|
|
node_modules
|
|
!.env.example
|
|
public/sw.js
|
|
scripts/**/*.json
|
|
public/workbox-*.js
|
|
|
|
# Compiled translation files
|
|
/locales/*.js
|
|
!/locales/*.po |