mirror of
https://github.com/BreizhHardware/portfolio.git
synced 2026-01-18 16:37:22 +01:00
fix: remove Homelab link from Menu component i18n: update TimelineSection to use translation keys for experience items i18n: switch to loading translations from backend instead of hardcoded style: add custom variant for dark mode in index.css style: clean up unused CSS variables and classes in output.css config: update tailwind.config.js to use ES module syntax config: include env.d.ts in tsconfig.json for type definitions
53 lines
1.2 KiB
Plaintext
53 lines
1.2 KiB
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
/dist
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
.idea
|
|
|
|
dist
|
|
/src/components/About.js
|
|
/src/components/Card.js
|
|
/src/components/CV.js
|
|
/src/assets/DATA.js
|
|
/src/components/Footer.js
|
|
/cypress/fixtures/test-redirections/idObjES6Export.js
|
|
/cypress/fixtures/test-redirections/idObjES6Import.js
|
|
/cypress/fixtures/test-redirections/idObjES6ImportExport.js
|
|
/cypress/fixtures/__tests__/import-es6-export-test.js
|
|
/cypress/fixtures/__tests__/import-es6-import-export-test.js
|
|
/cypress/fixtures/__tests__/import-es6-import-test.js
|
|
/cypress/fixtures/__tests__/import-vanilla-test.js
|
|
/cypress/fixtures/__tests__/index-test.js
|
|
/src/components/Menu.js
|
|
/src/components/ProgresBar.js
|
|
/src/components/Project.js
|
|
/src/components/ProjectCard.js
|
|
/cypress/fixtures/__tests__/require-es6-export-test.js
|
|
/cypress/fixtures/__tests__/require-es6-import-export-test.js
|
|
/cypress/fixtures/__tests__/require-es6-import-test.js
|
|
/cypress/fixtures/__tests__/require-vanilla-test.js
|
|
/src/components/SkillCard.js
|
|
/src/components/Skills.js
|
|
.env
|