forked from makaio/turbolinks-5-native-navigation-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
68 lines (54 loc) · 1.42 KB
/
.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
57
58
59
60
61
62
63
64
65
66
67
68
# Created by https://www.gitignore.io/api/rails,xcode
### Rails ###
*.rbc
capybara-*.html
.rspec
rails_app/log
rails_app/tmp
rails_app/db/*.sqlite3
rails_app/db/*.sqlite3-journal
rails_app/public/system
rails_app/coverage/
rails_app/spec/tmp
**.orig
rails_app/rerun.txt
rails_app/pickle-email-*.html
# dotenv
# TODO Comment out this rule if environment variables can be committed
rails_app/.env
## Environment normalization:
rails_app//.bundle
rails_app//vendor/bundle
# these should all be checked in to normalize the environment:
# Gemfile.lock, .ruby-version, .ruby-gemset
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
rails_app/.rvmrc
# if using bower-rails ignore default bower_components path bower.json files
/vendor/assets/bower_components
rails_app/*.bowerrc
rails_app/bower.json
# Ignore pow environment settings
rails_app/.powenv
# Ignore Byebug command history file.
rails_app/.byebug_history
### Xcode ###
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
## Build generated
ios_app/build/
ios_app/DerivedData/
ios_app/## Various settings
ios_app/*.pbxuser
ios_app/!default.pbxuser
ios_app/*.mode1v3
ios_app/!default.mode1v3
ios_app/*.mode2v3
ios_app/!default.mode2v3
ios_app/*.perspectivev3
ios_app/!default.perspectivev3
ios_app/xcuserdata/
ios_app/## Other
ios_app/*.moved-aside
ios_app/*.xccheckout
ios_app/*.xcscmblueprint