Skip to content

Instantly share code, notes, and snippets.

@jmoody
Last active November 14, 2016 21:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmoody/035e8fc23dabed5ff019 to your computer and use it in GitHub Desktop.
Save jmoody/035e8fc23dabed5ff019 to your computer and use it in GitHub Desktop.
.gitignore template for calabash
# emacs backup files
(.*/)?\#[^/]*\#$
# binaries
*.ipa
*.app
*.apk
## Mac OS X
.DS_Store
__MACOSX
# Jetbrains
.idea
# irb
.irb-history
# bundler
.bundle
vendor
# these two are candidates for ignoring; depends on the client
# Gemfile.lock
# .ruby-gemset
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc
# Calabash / Cucumber
rerun/
reports/
screenshots/
screenshot*.png
test-servers/
# directory for staging for XTC runs
xtc-staging/
# Build products
build/
# Xcode
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
@amine-rouh
Copy link

Thank you, this saved me a lot of time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment