[git] Move gitconfig and gitignore to git/
This commit is contained in:
parent
d5f7b3e04c
commit
e45c1694af
2 changed files with 0 additions and 0 deletions
33
git/ignore
Normal file
33
git/ignore
Normal 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*
|
||||
Loading…
Add table
Add a link
Reference in a new issue