Files
portfolio/.gitignore
T
LOUIS POTEVIN 15bc86b5a6 chore: initialize project with package.json and tsconfig.json
- Added package.json for project dependencies and scripts
- Included tsconfig.json for TypeScript configuration
2026-06-24 14:00:13 +02:00

18 lines
132 B
Plaintext

# build
dist/
.astro/
# deps
node_modules/
# env & logs
.env
.env.*
*.log
npm-debug.log*
# os / editor
.DS_Store
.vscode/
.idea/