From e1cc77dc12c58f14faeaec6b957444ee93affc72 Mon Sep 17 00:00:00 2001 From: ITQ Date: Sun, 14 Dec 2025 12:02:42 +0300 Subject: [PATCH] chore: improved .gitignore --- .gitignore | 44 +++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 41 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 083b433..724bfa8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,49 @@ +# General +.DS_Store +__MACOSX/ +.AppleDouble +.LSOverride +Icon[ +] + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +# VSCode + +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets +!*.code-workspace + +# Built Visual Studio Code Extensions +*.vsix + # compiled go binaries /bin/* -# gitkeep files +# keep gitkeep files !.gitkeep # env files .env* !.env.template - -.idea