gitignore

This commit is contained in:
noureddina 2024-09-16 10:56:50 +02:00
parent 9e2b54d4dc
commit c85caf5e77
2 changed files with 10 additions and 6 deletions

6
.gitignore vendored
View File

@ -3,9 +3,3 @@
# Ignorer tous les fichiers temporaires # Ignorer tous les fichiers temporaires
*.tmp *.tmp
# Ignorer le dossier node_modules
node_modules/
# Ignorer les fichiers de configuration local
config/local-config.php

10
index.html Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="fr>
<head>
<meta charset="UTF-8">
<title>Projet Site Web</title>
</head>
<body>
<h1>Bienvenue sur le site de l'entreprise</h1>
</body>
</html>