mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-05 09:09:21 +01:00
34 lines
457 B
Plaintext
34 lines
457 B
Plaintext
~
|
|
# 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
|
|
|
|
# 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/
|