diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ff90927 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +.env +/.idea +/.vscode +/.Ds.store +*.log +*.DS_Store +runtime +.VSCodeCounter/ +composer.lock +/public/nginx.htaccess +/public/.htaccess +/public/excel/* + +# Images +*.png +*.jpg +*.jpeg +*.gif +*.bmp +*.webp +*.svg + +# Videos +*.mp4 +*.avi +*.mov +*.wmv +*.flv +*.mkv +*.webm \ No newline at end of file