From 2a94fa2cfab5121f8da98862343a8b59b3989926 Mon Sep 17 00:00:00 2001 From: Fedik Date: Sat, 20 May 2023 11:08:19 +0300 Subject: [PATCH] Update gitignore --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.gitignore b/.gitignore index 9301320f..9ca6c1d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,22 @@ +# IDE & System Related Files +.buildpath +.project +.settings +.DS_Store +.idea +.vscode +.docker + +# OSX +._* +.Spotlight-V100 +.Trashes + +# Windows +Thumbs.db +Desktop.ini + +# Project specific vendor/ composer.phar composer.lock