From 063bcde7ac9d9a66ad5b4420814644136943a090 Mon Sep 17 00:00:00 2001 From: ronny abraham Date: Mon, 9 Sep 2024 21:30:58 +0300 Subject: [PATCH] added git ignore --- .gitignore | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/.gitignore b/.gitignore index a9e62dd..80e2885 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ # Created by https://www.toptal.com/developers/gitignore/api/vim,emacs,sass,css,godot,py # Edit at https://www.toptal.com/developers/gitignore?templates=vim,emacs,sass,css,godot,py +*.html +*.css #!! ERROR: css is undefined. Use list command to see defined gitignore types !!# ### Emacs ### @@ -100,3 +102,35 @@ tags [._]*.un~ # End of https://www.toptal.com/developers/gitignore/api/vim,emacs,sass,css,godot,py +# Created by https://www.toptal.com/developers/gitignore/api/osx +# Edit at https://www.toptal.com/developers/gitignore?templates=osx + +### OSX ### +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +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 + +# End of https://www.toptal.com/developers/gitignore/api/osx