Skip to content

Instantly share code, notes, and snippets.

@practicalli-johnny
Created May 14, 2022 13:36
Show Gist options
  • Save practicalli-johnny/4a97bda70841348ad7b6b499e66006e8 to your computer and use it in GitHub Desktop.
Save practicalli-johnny/4a97bda70841348ad7b6b499e66006e8 to your computer and use it in GitHub Desktop.
# An example global gitignore file
#
# Place a copy if this at ~/.gitignore-global
# Run `git config --global core.excludesfile ~/.gitignore-global`
## Clojure tooling ##
#####################
**/.calva
**/.carve
**/.clj-kondo/.cache
**/.lsp
.rebel_readline_history
## General Editor Tooling ##
############################
.idea
.iml
*.sublime-workspace
.vscode
# Logs and databases #
######################
*.log
**/sqlite.db
# OS generated files #
######################
desktop.ini
*.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
[Tt]humbs.db
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.msi
*.rar
*.tar
*.war
*.xz
*.zip
## Secure files ##
##################
**/*.gpg
# Temporary files #
###################
*~
*#
\#*
.\#*
\#
auto-save-list
*.bak
/.emacs.desktop
/.emacs.desktop.lock
.elc
*.swo
*.swp
tramp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment