Compare commits

..
10 Commits
Author SHA1 Message Date
tophe 4244bbaa4a Merge branch 'master' into main 2026-05-26 18:47:09 +02:00
tophe 2a756e0980 Ajout de nv fichier de migration SQL 2026-05-26 01:12:28 +02:00
tophe 664044bcd6 Optimisation DB et Migration 2026-05-26 01:11:11 +02:00
tophe 2c35fe53b9 Ajout de visuels sur la matrice pour sélection 2026-05-25 20:55:58 +02:00
tophe 42c2ab10d5 Ajout du composant Form Skill Member 2026-05-25 01:36:29 +02:00
tophe 1108069b1a Ajout de visualisations pratiques de la matrice 2026-05-25 01:34:18 +02:00
tophe c990901944 Ajout gitignore pour les opencode stuff 2026-05-24 21:05:03 +02:00
tophe f950f3d17a Remaster avec skill supabase only et grillme 2026-05-24 20:30:45 +02:00
tophe 62a701a160 Fix: Add .env to .gitignore and create .env.example
- Uncomment .env in .gitignore to prevent accidental commits
- Remove .env from git tracking
- Add .env.example with placeholder values for documentation
- Fixes security issue where .env was committed with credentials
2026-05-23 17:29:19 +02:00
tophe 66f27afbac Ajout de .env (2) 2026-05-22 17:12:42 +02:00
3 changed files with 1 additions and 6 deletions
-2
View File
@@ -4,5 +4,3 @@ dist
*.local
.env
.env.local
.agents
.dockerignore
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>gestiondescompetences</title>
<title>gestiondescmpetences</title>
</head>
<body>
<div id="root"></div>
-3
View File
@@ -1,3 +0,0 @@
{
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
}