.gitignore: just ignore all dotfiles except excluded ones

I think I saw this practice at Syncplay and I am accidentally attempting to bring dotfiles in
This commit is contained in:
Aminda Suomalainen 2023-11-19 21:17:22 +02:00
parent 9e60664128
commit ddd08445e9
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 15 additions and 10 deletions

25
.gitignore vendored
View File

@ -1,14 +1,19 @@
# Editor swap files
*~*
*.swp
*.tmp
# All dotfiles
.*
# .gitlab-ci.yml pre-commit directory
.cache/**
# Except not these
!.editorconfig
!.gitattributes
!.github
!.gitignore
!.gitlab-ci.yml
!.gitmodules
!.mailmap
!.mikaela
!.mikaela_install
!.pre-commit-config.yaml
!.reuse
# Symlink
# Symlinks
install.run
LICENSE
# ???
.git