From 2b64f68c7b40d53653e8ea7fbb088128f93b6d4a Mon Sep 17 00:00:00 2001 From: ronny abraham Date: Sun, 27 Apr 2025 17:29:07 +0300 Subject: [PATCH] added full gitignore --- .gitignore | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 91 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1f1973c..a1fa4a4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,93 @@ -# Created by https://www.toptal.com/developers/gitignore/api/vim -# Edit at https://www.toptal.com/developers/gitignore?templates=vim +# Created by https://www.toptal.com/developers/gitignore/api/vim,emacs,sass,osx +# Edit at https://www.toptal.com/developers/gitignore?templates=vim,emacs,sass,osx + +*.html +*.css + +### Emacs ### +# -*- mode: gitignore; -*- +*~ +\#*\# +/.emacs.desktop +/.emacs.desktop.lock +*.elc +auto-save-list +tramp +.\#* + +# Org-mode +.org-id-locations +*_archive + +# flymake-mode +*_flymake.* + +# eshell files +/eshell/history +/eshell/lastdir + +# elpa packages +/elpa/ + +# reftex files +*.rel + +# AUCTeX auto folder +/auto/ + +# cask packages +.cask/ +dist/ + +# Flycheck +flycheck_*.el + +# server auth directory +/server/ + +# projectiles files +.projectile + +# directory configuration +.dir-locals.el + +# network security +/network-security.data + + +### 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 + +### Sass ### +.sass-cache/ +*.css.map +*.sass.map +*.scss.map ### Vim ### # Swap @@ -16,10 +104,9 @@ Sessionx.vim # Temporary .netrwhist -*~ # Auto-generated tag files tags # Persistent undo [._]*.un~ -# End of https://www.toptal.com/developers/gitignore/api/vim +# End of https://www.toptal.com/developers/gitignore/api/vim,emacs,sass,osx