diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..56913b6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +.gitattributes export-ignore +.gitignore export-ignore +.gitkeep export-ignore diff --git a/.gitignore b/.gitignore index c81a72c..e9a0a5b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ +/cache/* +/logs/* +/public/export/* +/tmp/* /config.php /hosts.txt