mirror of
https://github.com/munki/munki.git
synced 2026-04-30 09:19:31 -05:00
13 lines
263 B
Plaintext
13 lines
263 B
Plaintext
# .DS_Store files!
|
|
.DS_Store
|
|
|
|
# Xcode user data
|
|
*.xcodeproj/project.xcworkspace/
|
|
*.xcodeproj/xcuserdata/
|
|
|
|
# ignore the MainMenu.xib for most localizations; it is generated at build time
|
|
**/*.lproj/MainMenu.xib
|
|
# but not the Base one!
|
|
!**/Base.lproj/MainMenu.xib
|
|
|