Skip to content

Instantly share code, notes, and snippets.

@pingwinator
Forked from dev4dev/.gitignore
Last active December 16, 2015 03:39
Show Gist options
  • Save pingwinator/5371756 to your computer and use it in GitHub Desktop.
Save pingwinator/5371756 to your computer and use it in GitHub Desktop.
Thumbs.db
.Trash
# Exclude the build directory
build
# Exclude OS X folder attributes
.DS_Store
# Exclude user-specific XCode 3 and 4 files
*.mode1
*.mode1v3
*.mode2v3
*.perspective
*.perspectivev3
*.pbxuser
!default.pbxuser
!default.mode1v3
!default.mode2v3
!default.perspectivev3
xcuserdata
profile
# Exclude temp nibs and swap files
*.swp
*~
*.orig
*.rej
*.swp
.#*
*.obj
*.o
*.ncb
*.ilk
*.pyc
#idea files (appcode)
.idea/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment