[git] Move gitconfig and gitignore to git/

This commit is contained in:
Eryn Wells 2026-01-21 08:23:44 -08:00
parent d5f7b3e04c
commit e45c1694af
2 changed files with 0 additions and 0 deletions

33
git/ignore Normal file
View file

@ -0,0 +1,33 @@
# Vim
*~
# OS X
.DS_Store
# Xcode
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.xcuserstate
# Build files
*.[oa]
*.so
*.pyc
# Python
__pycache__/
env/
# SSH -- never commit keys!
ssh/id*