Skip to content

Commit

Permalink
v3 (v3-stable.13) [v10]
Browse files Browse the repository at this point in the history
  • Loading branch information
ventistudio committed Dec 21, 2024
1 parent 3e41fb2 commit 29fcb09
Show file tree
Hide file tree
Showing 323 changed files with 63,944 additions and 33,462 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cl
polar: # Replace with a single Polar username
buy_me_a_coffee: ventistudio # Replace with a single Buy Me a Coffee username
thanks_dev: ventistudio # Replace with a single thanks.dev username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
custom: ['https://ventistudio.fr'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
*.wav
*.mp3
*.mp4
/a-files/
.vs/slnx.sqlite
.vs/slnx.sqlite
.vs/ventitudio.fr/FileContentIndex/115ee3dd-4710-4120-ad7c-8222eb05981b.vsidx
.vs/ventitudio.fr/FileContentIndex/ca33650f-376c-425d-892d-9d8ece0e5b09.vsidx
.vs/slnx.sqlite
.vs/ventitudio.fr/FileContentIndex/ca74acc8-3691-4e75-bd2f-8ffbf7f0d864.vsidx
*.vsidx
38 changes: 0 additions & 38 deletions .htacces

This file was deleted.

15 changes: 15 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Activer le moteur de réécriture
RewriteEngine On

# Redirection pour les fichiers ou répertoires inexistants
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ /error?code=404 [L,QSA]

# Gestion des pages d'erreur personnalisées
ErrorDocument 400 /error?code=400
ErrorDocument 401 /error?code=401
ErrorDocument 403 /error?code=403
ErrorDocument 404 /error?code=404
ErrorDocument 500 /error?code=500
ErrorDocument 503 /error?code=503
5 changes: 0 additions & 5 deletions .info

This file was deleted.

18 changes: 0 additions & 18 deletions .nfo

This file was deleted.

11 changes: 11 additions & 0 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"ExpandedNodes": [
"",
"\\wiki\\aokiunivers",
"\\wiki\\aokiunivers\\1",
"\\wiki\\aokiunivers\\2",
"\\wiki\\ventistudio",
"\\wiki\\ventistudio\\1"
],
"PreviewInSolutionExplorer": false
}
Binary file added .vs/ventitudio.fr/v17/.wsuo
Binary file not shown.
12 changes: 12 additions & 0 deletions .vs/ventitudio.fr/v17/DocumentLayout.backup.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"Version": 1,
"WorkspaceRootPath": "D:\\Documents\\Github\\ventitudio.fr\\",
"Documents": [],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": []
}
]
}
12 changes: 12 additions & 0 deletions .vs/ventitudio.fr/v17/DocumentLayout.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"Version": 1,
"WorkspaceRootPath": "D:\\Documents\\Github\\ventitudio.fr\\",
"Documents": [],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": []
}
]
}
Loading

0 comments on commit 29fcb09

Please sign in to comment.