mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 04:29:29 +01:00
.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:
parent
9e60664128
commit
ddd08445e9
25
.gitignore
vendored
25
.gitignore
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user