added full gitignore

This commit is contained in:
ronny abraham 2025-04-27 17:29:07 +03:00
parent 825d8f7457
commit 2b64f68c7b

95
.gitignore vendored
View file

@ -1,5 +1,93 @@
# Created by https://www.toptal.com/developers/gitignore/api/vim # Created by https://www.toptal.com/developers/gitignore/api/vim,emacs,sass,osx
# Edit at https://www.toptal.com/developers/gitignore?templates=vim # 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 ### ### Vim ###
# Swap # Swap
@ -16,10 +104,9 @@ Sessionx.vim
# Temporary # Temporary
.netrwhist .netrwhist
*~
# Auto-generated tag files # Auto-generated tag files
tags tags
# Persistent undo # Persistent undo
[._]*.un~ [._]*.un~
# End of https://www.toptal.com/developers/gitignore/api/vim # End of https://www.toptal.com/developers/gitignore/api/vim,emacs,sass,osx