-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Showing
1,010 changed files
with
78,418 additions
and
31,064 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 |
---|---|---|
@@ -1,29 +1,34 @@ | ||
/dist | ||
|
||
# | ||
# - Fichiers spécifiques à certains systèmes. | ||
# - Fichiers spécifiques aux systèmes. | ||
# | ||
|
||
.DS_Store | ||
.AppleDouble | ||
.LSOverride | ||
|
||
# - Miniatures | ||
._* | ||
|
||
# - Fichiers qui peuvent apparaître à la racine de volumes. | ||
.Spotlight-V100 | ||
.Trashes | ||
ehthumbs.db | ||
Thumbs.db | ||
.DocumentRevisions-V100 | ||
.fseventsd | ||
.Spotlight-V100 | ||
.TemporaryItems | ||
.Trashes | ||
.VolumeIcon.icns | ||
|
||
# - IDE | ||
# | ||
# - Fichiers spécifiques aux éditeurs. | ||
# | ||
|
||
.idea | ||
.vscode | ||
*.suo | ||
*.ntvs* | ||
*.njsproj | ||
*.sln | ||
*.sw? | ||
*.sublime-* | ||
*.stTheme.cache | ||
*.tmlanguage.cache | ||
*.tmPreferences.cache |
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 |
---|---|---|
@@ -1,17 +1,11 @@ | ||
## Prohibit autoindex | ||
# - Interdit l'`autoindex`. | ||
Options -Indexes | ||
|
||
<IfModule mod_rewrite.c> | ||
RewriteEngine On | ||
RewriteBase / | ||
|
||
## Restrict access to `.git/`, `var/`, `vendors/` folders & `composer` files | ||
RewriteRule ^\.git / [F,L] | ||
RewriteRule ^server/src/var/(.*)?$ / [F,L] | ||
RewriteRule ^server/vendors/(.*)?$ / [F,L] | ||
RewriteRule ^server/composer\.(lock|json)$ / [F,L] | ||
|
||
## Redirect all requests to `src/public/` folder | ||
# - Redirige toutes les requêtes vers le dossier `server/src/public/`. | ||
RewriteRule ^$ server/src/public/ [QSA,NC,L] | ||
RewriteRule ^(.*)$ server/src/public/$1 [QSA,NC,L] | ||
</IfModule> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.