forked from hannamark/ctrp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
117 lines (101 loc) · 2.25 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile '~/.gitignore_global'
# Ignore bundler config.
/.bundle
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
# Ignore all logfiles and tempfiles.
/log/*.log
*.log
/tmp
*.rbc
.idea/*
capybara-*.html
.rspec
/log
/tmp
/test/reports
/db/*.sqlite3
/db/*.sqlite3-journal
/public/system
/coverage/
/spec/tmp
**.orig
rerun.txt
pickle-email-*.html
# TODO Comment out these rules if you are OK with secrets being uploaded to the repo
config/initializers/secret_token.rb
config/secrets.yml
config/database.yml
config/ldap.yml
config/environments/ci.rb
#config/environments/qa.rb
config/environments/demo.rb
config/environments/stage.rb
config/environments/production.rb
## Environment normalisation:
dump.rdb
Gemfile.lock
/.bundle
/vendor/bundle
./db/add_users.rb
# these should all be checked in to normalise the environment:
# Gemfile.lock, .ruby-version, .ruby-gemset
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc
# if using bower-rails ignore default bower_components path bower.json files
/vendor/assets/bower_components
# Ignore pow environment settings
.powenv
# Ignore Mac DS_Store files
.DS_Store
# Ignore node modules
/node_modules
# Ignore cucumber tests dir
/tests/features/output
# Ignore cucumber tests Screenshot dir
/tests/testScreenShot
# Ignore cucumber tests cred
/tests/features/testConfig
# Ignore local config document
/config_ahmed.js
# Robots.txt We want this set to disallow on EC2 server. This file is set to disallow out there.
robots.txt
dump.rdb
# Ignore Node and Bower packages
/bower_components
angularjs/ui2/node_modules/
angularjs/ui2/src/bower_components/
angularjs/ui2/bower_components/
angularjs/ui2/.tmp
public/ctrp/ui2/
bin/annotate
bin/bundler
bin/byebug
bin/dbi
bin/erubis
bin/haml
bin/nokogiri
bin/oletool
bin/rackup
bin/rdoc
bin/restclient
bin/ri
bin/safe_yaml
bin/sass
bin/sass-convert
bin/scss
bin/sdoc
bin/sdoc-merge
bin/sprockets
bin/test_broken_dbi
bin/thor
bin/tilt
bin/xlsopcodes
.rbenv-gemsets
.ruby-version
dump-rdb