123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- # Created by https://www.toptal.com/developers/gitignore/api/vim,linux,emacs,visualstudiocode
- # Edit at https://www.toptal.com/developers/gitignore?templates=vim,linux,emacs,visualstudiocode
- ### Custom ###
- .direnv
- .cache
- .data
- # nixago: ignore-linked-files
- /lefthook.yml
- /.conform.yaml
- /treefmt.toml
- ### 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
- ### Linux ###
- # temporary files which can be created if a process still has a handle open of a deleted file
- .fuse_hidden*
- # KDE directory preferences
- .directory
- # Linux trash folder which might appear on any partition or disk
- .Trash-*
- # .nfs files are created when an open file is removed but is still being accessed
- .nfs*
- ### 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~
- ### VisualStudioCode ###
- .vscode/*
- !.vscode/settings.json
- !.vscode/tasks.json
- !.vscode/launch.json
- !.vscode/extensions.json
- !.vscode/*.code-snippets
- # Local History for Visual Studio Code
- .history/
- # Built Visual Studio Code Extensions
- *.vsix
- ### VisualStudioCode Patch ###
- # Ignore all local history of files
- .history
- .ionide
- # End of https://www.toptal.com/developers/gitignore/api/vim,linux,emacs,visualstudiocode
|