shell-things/.gitignore

41 lines
721 B
Plaintext

#include stignore
# Since this is kind of my template gitignore and sometimes I end up
# Syncthinging git repos or parts of them and then I like to
# ln -s .gitignore .stignore
# And since .stignore is not syncthinged, it's generally not named that.
~
# All dotfiles
.*
# Except not these
!.editorconfig
!.gitattributes
!.github
!.gitignore
!.gitlab-ci.yml
!.gitmodules
!.mailmap
!.mikaela
!.mikaela_install
!.npmrc
!.nvmrc
!.pre-commit-config.yaml
!.prettierignore
!.python-version
!.renovate-shared.json*
!.reuse
!.wokeignore
# Certificates (unlikely to happen, but better safe than sorry)
*.pem
# I tend to have files with that name around on occassion
*.gitignore.*
# Symlinks
install.run
LICENSE
node_modules/