Initial commit
This commit is contained in:
30
.gitignore
vendored
Executable file
30
.gitignore
vendored
Executable file
@@ -0,0 +1,30 @@
|
||||
# Ignore everything
|
||||
*
|
||||
|
||||
# But not these files.
|
||||
!CLAUDE.md
|
||||
!.gitignore
|
||||
!.gitconfig
|
||||
!.gitmodules
|
||||
!README.md
|
||||
!.editorconfig
|
||||
!.nvmrc
|
||||
!.ruby-version
|
||||
!.python-version
|
||||
!.p10k.zsh
|
||||
!.zprofile
|
||||
!.zlogout
|
||||
!.zlogin
|
||||
!.zshrc
|
||||
!.zshenv
|
||||
!.hushlogin
|
||||
!arty.yml
|
||||
!signature.txt
|
||||
|
||||
# Ignore so we won't commit these in the allowed dirctories.
|
||||
.DS_Store
|
||||
*.log*
|
||||
*.db*
|
||||
*.vscdb*
|
||||
*.sqlite*
|
||||
*.bnk*
|
||||
Reference in New Issue
Block a user