Suppression des dossier non pris en compte par le .gitignore

This commit is contained in:
nk
2026-05-07 09:26:00 +02:00
parent a988f7ef9d
commit 6050f0fd9c
44 changed files with 0 additions and 26374 deletions
-11
View File
@@ -1,11 +0,0 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule . /index.html [L]
</IfModule>