diff --git a/.gitignore b/.gitignore index 02f8d2ff..78e3c38a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,13 +2,16 @@ *.html # instance-config -inc/instance-config.php +/inc/instance-config.php # .installed -.installed +/.installed # script file -main.js +/main.js + +# templates cache +/templates/cache # other stuff .DS_Store?