WEW:cleaning

This commit is contained in:
2026-02-19 14:50:15 +01:00
parent f9d3a537c0
commit fd955be677
5 changed files with 70 additions and 10 deletions
Vendored
BIN
View File
Binary file not shown.
-9
View File
@@ -1,9 +0,0 @@
POSTGRES_PASSWORD=coucou
JWT_SECRET=superlongsecretkeyatleast32characterspleasenevercommitthis
POSTGRES_DB=database
POSTGRES_HOST=database
POSTGRES_USER=user
GITHUB_CLIENT_ID=Ov23liYIX8bJcdamjQJm
GITHUB_CLIENT_SECRET=9db75e695a8c028a80bb2e9b5604b2e44f76fb26
GITHUB_CALLBACK_URL=http://localhost:8080/api/auth/github/callback
+37
View File
@@ -0,0 +1,37 @@
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Environment / secrets
.env
.env.*
.env.local
.env.production
# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Logs
*.log
logs/
# Build output
dist/
build/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Docker volumes / data
postgres-data/
data/
# OS
Thumbs.db
+32
View File
@@ -1,3 +1,35 @@
# macOS
.DS_Store
srcs/.DS_Store
*.DS_Store
# Environment / secrets
.env
.env.*
# Node
node_modules/
npm-debug.log*
yarn-debug.log*
# Logs
*.log
logs/
# Build output
dist/
build/
# Uploads utilisateurs (garder uniquement default.png)
srcs/backend/avatar/*
!srcs/backend/avatar/default.png
# IDE
.vscode/
.idea/
*.swp
*.swo
# Docker volumes / data
postgres-data/
data/
Binary file not shown.

Before

Width:  |  Height:  |  Size: 408 KiB