24 lines
264 B
Plaintext
Executable File
24 lines
264 B
Plaintext
Executable File
# Ignore everything
|
|
*
|
|
|
|
# But not these files.
|
|
!.gitignore
|
|
!.gitconfig
|
|
!.editorconfig
|
|
!.nvmrc
|
|
!.ruby-version
|
|
!.python-version
|
|
!.p10k.zsh
|
|
!.zprofile
|
|
!.zlogout
|
|
!.zlogin
|
|
!.zshrc
|
|
!.zshenv
|
|
!.hushlogin
|
|
!arty.yml
|
|
!signature.txt
|
|
!LICENSE
|
|
!README.md
|
|
|
|
!scripts/
|
|
!scripts/**/* |