Files
ORCID2SWORD/.gitignore
T
Alexis a07bd3146e feat: first version of the interface, integrate Tailwind CSS and update routing
- Add Tailwind CSS dependencies and configure Vite to use Tailwind
- Implement routing with React Router for Landing and Dashboard pages
- Remove unused App.css file and refactor App component to utilize new structure
- Update global styles in index.css to incorporate Tailwind's utility classes
2026-04-23 09:49:38 +02:00

51 lines
565 B
Plaintext

# --- GLOBAL ---
.env
*.env
.env.*
!.env.example
# --- PYTHON BACKEND ---
__pycache__/
*.pyc
*.pyo
*.pyd
*.sqlite3
*.db
*.log
# Virtual environments
venv/
.venv/
env/
ENV/
# FastAPI / Uvicorn
*.pid
# --- NODE FRONTEND ---
node_modules/
dist/
build/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Vite cache
.vite/
vite.config.ts.timestamp*
vite.config.js.timestamp*
# --- DOCKER ---
# Avoid local volumes or generated files
docker-data/
postgres_data/
redis_data/
# --- OS / EDITOR ---
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
.cursorrules