scripts/ now lives in git@dev.pivoine.art:valknar/scripts.git. Remove it from the home repo tracking and stop allowlisting it in .gitignore. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
22 lines
240 B
Plaintext
Executable File
22 lines
240 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
|