From fcaee37dc3e6a7e0cadb188463c51421690f1093 Mon Sep 17 00:00:00 2001 From: Roberto Butti Date: Sun, 3 Dec 2023 09:00:20 +0100 Subject: [PATCH] Ignoring assets generated by init command I'm adding to gitignore files and directories typically generated with init command. --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 570c0d3..a76b31b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,10 @@ bin/ vendor/ .php_cs.cache .DS_Store -/.idea \ No newline at end of file +/.idea + +# Files/Dirs created by ibis init +assets/ +content/ +export/ +ibis.php