forked from calabash/calabash-ios-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
57 lines (46 loc) · 830 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# emacs
(.*/)?\#[^/]*\#$
# vim
*.swp
# MacOS
.DS_Store
calabash.xcodeproj/project.xcworkspace/xcuserdata
calabash.xcodeproj/xcuserdata/
*.xccheckout
*.xcscmblueprint
Markdown.pl
build
Products
calabash.framework
libFrankCalabash.a
calabash-dylibs
*.app
*.ipa
tmp
# Versioning info
LPTestTarget/InfoPlist.h
# Code coverage and profiling.
*.gcda
*.gcno
# AppCode
.idea
# CI pulls down these two repos from github
ios-smoke-test-app
calabash-ios
run_loop
.ruby-version
.bundle
# Cucumber
.env
.irb-history
.pry-history
cucumber/Gemfile.lock
cucumber/reports
cucumber/screenshots
cucumber/xtc-submit-acquaint
!cucumber/acquaint/AcquaintNativeiOS.app
!cucumber/acquaint/AcquaintNativeiOS.app.dSYM
!cucumber/acquaint/AcquaintNativeiOS.ipa
# The version tool which is staged to bin as part
# of the build process.
bin/version