-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3e41fb2
commit 29fcb09
Showing
323 changed files
with
63,944 additions
and
33,462 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [] | ||
} | ||
] | ||
} |
Oops, something went wrong.