mirror of
https://github.com/vale981/gitignore
synced 2025-03-05 18:01:40 -05:00

Reverted a change that was causing build directories at the root folder to show up in git. If you need to ignore subdirectories the leading slash needs to be omitted.
17 lines
204 B
Text
17 lines
204 B
Text
# Xcode
|
|
.DS_Store
|
|
build/
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata
|
|
profile
|
|
*.moved-aside
|
|
DerivedData
|
|
.idea/
|
|
*.hmap
|