Restructure project cleanup, add root gitignore.
This commit is contained in:
parent
0023603b90
commit
5ce830d367
45
.gitignore
vendored
Normal file
45
.gitignore
vendored
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
# Editor & IDEs
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
.bolt/
|
||||||
|
.project
|
||||||
|
.classpath
|
||||||
|
.settings/
|
||||||
|
*.iml
|
||||||
|
*.iws
|
||||||
|
|
||||||
|
# Dependencies & Build artifacts
|
||||||
|
node_modules/
|
||||||
|
dist/
|
||||||
|
dist-ssr/
|
||||||
|
target/
|
||||||
|
.vertx/
|
||||||
|
.gradle/
|
||||||
|
build/
|
||||||
|
bin/
|
||||||
|
out/
|
||||||
|
.vite/
|
||||||
|
|
||||||
|
# System files & Logs
|
||||||
|
.DS_Store
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
.LSOverride
|
||||||
|
Icon
|
||||||
|
|
||||||
|
# Environment & Sensitive
|
||||||
|
.env
|
||||||
|
.env.local
|
||||||
|
.env.*.local
|
||||||
|
**/keystore.jceks
|
||||||
|
**/keystore.jceks.old
|
||||||
|
|
||||||
|
# Temporary / SQL Backups
|
||||||
|
sql/backup.sql
|
||||||
|
sql/export.sql
|
||||||
|
!sql/export1.sql
|
||||||
|
|
||||||
|
# Empty/duplicate lock files at root
|
||||||
|
package-lock.json
|
||||||
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"liveServer.settings.port": 8081,
|
|
||||||
"java.configuration.updateBuildConfiguration": "automatic"
|
|
||||||
}
|
|
||||||
Binary file not shown.
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"template": "bolt-vite-react-ts"
|
|
||||||
}
|
|
||||||
6
package-lock.json
generated
6
package-lock.json
generated
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "Projet-Dev-Web-Ing1",
|
|
||||||
"lockfileVersion": 3,
|
|
||||||
"requires": true,
|
|
||||||
"packages": {}
|
|
||||||
}
|
|
||||||
BIN
sql/export.sql
BIN
sql/export.sql
Binary file not shown.
@ -363,6 +363,7 @@ COPY public.users (id, name, surname, email, gender, password, created_at, point
|
|||||||
9 complexe complexe complexe@gmail.com homme $2a$12$LC/9EhIC9z/5IF8y/SjFVuDWqeQbkkafhRtytNJ9VWIvx6lCgHDfq 2025-04-12 13:10:50.562087 100 complexe
|
9 complexe complexe complexe@gmail.com homme $2a$12$LC/9EhIC9z/5IF8y/SjFVuDWqeQbkkafhRtytNJ9VWIvx6lCgHDfq 2025-04-12 13:10:50.562087 100 complexe
|
||||||
7 admin admin admin@a.com homme $2a$12$cugJ4JNxHjL.GE0ONZlkVerXRlKGc3jtVNlo9qQrck1Kahgnz6Fj2 2025-04-11 21:08:47.705738 247 admin
|
7 admin admin admin@a.com homme $2a$12$cugJ4JNxHjL.GE0ONZlkVerXRlKGc3jtVNlo9qQrck1Kahgnz6Fj2 2025-04-11 21:08:47.705738 247 admin
|
||||||
10 user user user@gmail.com homme $2a$12$wja3M3Lc254Ooge7mE5hwuzHEP35YbVzMYYH6WXs5sKc2q4fvlBei 2025-04-12 14:18:22.728679 0 user
|
10 user user user@gmail.com homme $2a$12$wja3M3Lc254Ooge7mE5hwuzHEP35YbVzMYYH6WXs5sKc2q4fvlBei 2025-04-12 14:18:22.728679 0 user
|
||||||
|
11 admin super admin.a@gmail.com homme $2a$12$LC/9EhIC9z/5IF8y/SjFVuDWqeQbkkafhRtytNJ9VWIvx6lCgHDfq 2025-04-13 12:00:00.000000 999999 admin
|
||||||
\.
|
\.
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user