update gitignore

This commit is contained in:
ronny abraham 2025-01-29 19:35:03 +02:00
parent 4b08b40fec
commit 7dabc44e93

134
.gitignore vendored
View file

@ -1,50 +1,112 @@
# These are some examples of commonly ignored file patterns. # Created by https://www.toptal.com/developers/gitignore/api/vim,emacs,sass,osx
# You should customize this list as applicable to your project. # Edit at https://www.toptal.com/developers/gitignore?templates=vim,emacs,sass,osx
# Learn more about .gitignore:
# https://www.atlassian.com/git/tutorials/saving-changes/gitignore
# Node artifact files *.html
node_modules/ *.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/ dist/
# Compiled Java class files # Flycheck
*.class flycheck_*.el
# Compiled Python bytecode # server auth directory
*.py[cod] /server/
# Log files # projectiles files
*.log .projectile
# Package files # directory configuration
*.jar .dir-locals.el
# Maven # network security
target/ /network-security.data
dist/
# JetBrains IDE
.idea/
# Unit test reports ### OSX ###
TEST*.xml # General
# Generated by MacOS
.DS_Store .DS_Store
.AppleDouble
.LSOverride
# Generated by Windows # Icon must end with two \r
Thumbs.db Icon
# Applications # Thumbnails
*.app ._*
*.exe
*.war
# Large media files # Files that might appear in the root of a volume
*.mp4 .DocumentRevisions-V100
*.tiff .fseventsd
*.avi .Spotlight-V100
*.flv .TemporaryItems
*.mov .Trashes
*.wmv .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
[._]*.s[a-v][a-z]
!*.svg # comment out if you don't need vector files
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
# Session
Session.vim
Sessionx.vim
# Temporary
.netrwhist
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~
# End of https://www.toptal.com/developers/gitignore/api/vim,emacs,sass,osx