shell-things/.gitignore

34 lines
457 B
Plaintext
Raw Normal View History

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