commit 9e94249d567d6b9801b6d25c5b41f3e8dc412ac1 Author: Nicolas Houzeau Date: Thu Oct 9 06:54:28 2025 +0000 Initial commit: Structure de base WordPress diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8728746 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# General OS files +.DS_Store +Thumbs.db + +# Editor & IDE files (keeping .vscode settings but ignoring unnecessary metadata) +!.vscode/ +.vscode/*.workspace +.vscode/*.tmp + +# Log and Cache files +logs/ +*.log + +# Environnement +.env +.env.local +.env*.local + +# Node modules +node_modules/ \ No newline at end of file