shell-things/.gitignore

29 lines
370 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 17:29:35 +02:00
!.prettierignore
!.prettierrc
2024-07-05 13:26:40 +02:00
!.renovate-shared.json*
!.reuse
# Certificates (unlikely to happen, but better safe than sorry)
*.pem
# Symlinks
install.run
LICENSE
2024-05-20 17:29:35 +02:00
node_modules/