chore: nettoyage racine - suppression docs/scripts obsoletes, mise a jour pom.xml et .gitignore
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
244
.gitignore
vendored
244
.gitignore
vendored
@@ -1,4 +1,10 @@
|
||||
# ============================================================================
|
||||
# Lions User Manager - .gitignore
|
||||
# ============================================================================
|
||||
|
||||
# ==========================
|
||||
# Maven
|
||||
# ==========================
|
||||
target/
|
||||
pom.xml.tag
|
||||
pom.xml.releaseBackup
|
||||
@@ -10,22 +16,31 @@ buildNumber.properties
|
||||
.mvn/timing.properties
|
||||
.mvn/wrapper/maven-wrapper.jar
|
||||
|
||||
# Eclipse
|
||||
# ==========================
|
||||
# Build artifacts
|
||||
# ==========================
|
||||
*.class
|
||||
*.jar
|
||||
*.war
|
||||
*.ear
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.rar
|
||||
*.idx
|
||||
|
||||
# ==========================
|
||||
# IDE - Eclipse
|
||||
# ==========================
|
||||
.project
|
||||
.classpath
|
||||
.settings/
|
||||
.metadata/
|
||||
bin/
|
||||
tmp/
|
||||
*.tmp
|
||||
*.bak
|
||||
*.swp
|
||||
*~.nib
|
||||
local.properties
|
||||
.loadpath
|
||||
.recommenders
|
||||
|
||||
# IntelliJ IDEA
|
||||
# ==========================
|
||||
# IDE - IntelliJ IDEA
|
||||
# ==========================
|
||||
.idea/
|
||||
*.iws
|
||||
*.iml
|
||||
@@ -33,7 +48,9 @@ local.properties
|
||||
out/
|
||||
.idea_modules/
|
||||
|
||||
# NetBeans
|
||||
# ==========================
|
||||
# IDE - NetBeans
|
||||
# ==========================
|
||||
nbproject/private/
|
||||
build/
|
||||
nbbuild/
|
||||
@@ -41,12 +58,22 @@ dist/
|
||||
nbdist/
|
||||
.nb-gradle/
|
||||
|
||||
# VS Code
|
||||
# ==========================
|
||||
# IDE - VS Code
|
||||
# ==========================
|
||||
.vscode/
|
||||
*.code-workspace
|
||||
.history/
|
||||
|
||||
# ==========================
|
||||
# IDE - Other
|
||||
# ==========================
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
|
||||
# ==========================
|
||||
# OS Files
|
||||
# ==========================
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
@@ -57,35 +84,54 @@ Thumbs.db
|
||||
Desktop.ini
|
||||
$RECYCLE.BIN/
|
||||
|
||||
# Logs
|
||||
# ==========================
|
||||
# JVM Logs & Crashes
|
||||
# ==========================
|
||||
*.log
|
||||
logs/
|
||||
*.log.*
|
||||
quarkus.log
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.temp
|
||||
*~
|
||||
.cache/
|
||||
|
||||
# Build artifacts
|
||||
*.class
|
||||
*.jar
|
||||
*.war
|
||||
*.ear
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.rar
|
||||
|
||||
# JVM crash logs
|
||||
hs_err_pid*
|
||||
replay_pid*
|
||||
|
||||
# Quarkus
|
||||
.quarkus/
|
||||
# ==========================
|
||||
# Test Output
|
||||
# ==========================
|
||||
test_output*.txt
|
||||
surefire-reports/
|
||||
failsafe-reports/
|
||||
*.dump
|
||||
*.dumpstream
|
||||
coverage/
|
||||
.nyc_output/
|
||||
test-results/
|
||||
junit.xml
|
||||
.jacoco/
|
||||
jacoco.exec
|
||||
|
||||
# Node (si utilisé pour le build frontend)
|
||||
# ==========================
|
||||
# Temporary Files
|
||||
# ==========================
|
||||
*.tmp
|
||||
*.temp
|
||||
*.bak
|
||||
*.swp
|
||||
*.orig
|
||||
*~
|
||||
.cache/
|
||||
|
||||
# ==========================
|
||||
# Quarkus
|
||||
# ==========================
|
||||
.quarkus/
|
||||
quarkus-app/
|
||||
quarkus-run.jar
|
||||
quarkus-*.dat
|
||||
.devservices/
|
||||
|
||||
# ==========================
|
||||
# Node.js (si build frontend)
|
||||
# ==========================
|
||||
node_modules/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
@@ -93,103 +139,55 @@ yarn-error.log*
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
|
||||
# Documentation générée
|
||||
docs/generated/
|
||||
site/
|
||||
|
||||
# Fichiers de configuration locaux
|
||||
*.local
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Fichiers de test
|
||||
coverage/
|
||||
.nyc_output/
|
||||
test-results/
|
||||
junit.xml
|
||||
|
||||
# Fichiers de backup
|
||||
*.backup
|
||||
*.old
|
||||
|
||||
# Credentials et tokens (IMPORTANT!)
|
||||
# ==========================
|
||||
# Credentials & Secrets
|
||||
# ==========================
|
||||
token.json
|
||||
token.txt
|
||||
*.token
|
||||
|
||||
# Database
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
|
||||
# IDE specific
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
|
||||
# Test coverage
|
||||
*.cover
|
||||
.hypothesis/
|
||||
.pytest_cache/
|
||||
|
||||
# Sass
|
||||
.sass-cache/
|
||||
*.css.map
|
||||
|
||||
# Scripts de configuration sensibles
|
||||
*.local.json
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
*-credentials.ps1
|
||||
*-secrets.ps1
|
||||
*-password.ps1
|
||||
|
||||
# Documentation de développement/session (garder uniquement README.md)
|
||||
*_HANDOFF_*.md
|
||||
*_COMPLETE*.md
|
||||
*_GUIDE*.md
|
||||
*_REPORT*.md
|
||||
*_SUMMARY*.md
|
||||
*_AUDIT*.md
|
||||
*_DEBUG*.md
|
||||
*_FINAL*.md
|
||||
*_MIGRATION*.md
|
||||
*_OPTIMISATION*.md
|
||||
*_SESSION*.md
|
||||
*_DEMARRAGE*.md
|
||||
*_DEPLOYMENT*.md
|
||||
*_DIAGNOSTIC*.md
|
||||
*_IMPLEMENTATION*.md
|
||||
*_INTEGRATION*.md
|
||||
*_INSTRUCTIONS*.md
|
||||
*_KEYCLOAK*.md
|
||||
*_OIDC*.md
|
||||
*_PREPARATION*.md
|
||||
*_PROGRESS*.md
|
||||
*_REFACTORING*.md
|
||||
*_RESTRUCTURATION*.md
|
||||
*_RESUME*.md
|
||||
*_SOLUTION*.md
|
||||
*_TESTS*.md
|
||||
*_CORRECTIONS*.md
|
||||
*_ETAT*.md
|
||||
*_EXPLICATION*.md
|
||||
*_ORGANISATION*.md
|
||||
*_PAGES*.md
|
||||
ANALYSE_*.md
|
||||
BOUTONS_*.md
|
||||
COMPOSANTS_*.md
|
||||
CONFIGURATION_*.md
|
||||
CORRECTIFS_*.md
|
||||
CORRECTION_*.md
|
||||
COVERAGE_*.md
|
||||
FREYA_*.md
|
||||
LANCEMENT_*.md
|
||||
PAGE_*.md
|
||||
PHASE_*.md
|
||||
README_DEMARRAGE.md
|
||||
README_PORTS.md
|
||||
REST_*.md
|
||||
UI_*.md
|
||||
# ==========================
|
||||
# Application Local Config
|
||||
# ==========================
|
||||
application-local.properties
|
||||
application-*.local.properties
|
||||
|
||||
# Fichiers de test et de démonstration
|
||||
**/FreyaShowcaseBean.java
|
||||
**/freya-showcase.xhtml
|
||||
# ==========================
|
||||
# Database
|
||||
# ==========================
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
|
||||
# ==========================
|
||||
# Generated
|
||||
# ==========================
|
||||
generated-sources/
|
||||
generated-test-sources/
|
||||
maven-status/
|
||||
build-metrics.json
|
||||
docs/generated/
|
||||
site/
|
||||
|
||||
# ==========================
|
||||
# Sass
|
||||
# ==========================
|
||||
.sass-cache/
|
||||
*.css.map
|
||||
|
||||
# ==========================
|
||||
# Cleanup Script (auto)
|
||||
# ==========================
|
||||
cleanup.ps1
|
||||
|
||||
# ==========================
|
||||
# AI Agent
|
||||
# ==========================
|
||||
.claude/
|
||||
|
||||
Reference in New Issue
Block a user