shell-things/.gitignore

32 lines
447 B
Plaintext
Raw Normal View History

# All dotfiles
.*
# Except not these
!.editorconfig
!.gitattributes
!.github
!.gitignore
!.gitlab-ci.yml
!.gitmodules
!.mailmap
!.mikaela
!.mikaela_install
!.nvmrc
!.pre-commit-config.yaml
2024-05-20 18:29:35 +03:00
!.prettierignore
2024-07-23 15:47:59 +03:00
!.python-version
2024-07-05 14:26:40 +03:00
!.renovate-shared.json*
!.reuse
# Certificates (unlikely to happen, but better safe than sorry)
*.pem
2024-07-20 07:04:41 +03:00
# I tend to have files with that name around on occassion
*.gitignore.*
# Symlinks
install.run
LICENSE
2024-05-20 18:29:35 +03:00
node_modules/