-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
83 lines (73 loc) · 1.18 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
nohup.out
.bundle
db/*.sqlite3
db/schema.rb
log/*.log
log/*.age
log/*.db
log/qb_sync.log*
tmp/*
tmp/**/*
*.rdb
.byebug_history
.watsonrc
.powrc
.powenv
stdout
nohup.out
public/images/logos
public/screencasts
public/uploads
lib/tclink.bundle
development/shared/attachments/*
attachments/*
coverage.data
coverage/
config/database.yml
db/development_structure.sql
.rsync_cache/
.DS_Store
public/javascripts/cache/
public/stylesheets/cache/
public/stylesheets/application_css.css
public/*
!public/maintenance.html
test/shared/
config/*.pem
.idea/
.bundle/
vendor/bundle/
config/memcached.yml
*.rbc
.ruby-version
.ruby-gemset
.byebug_history
# OS X Files
.DS_Store
config/env_vars.sh
config/certificates
public/assets
solr/
config/elasticsearch/
db/elasticsearch/
# Ignore application configuration
/config/application.yml
/tools/docker_dev/config/application.yml
/tools/docker_dev/id_rsa*
/vendor/cache
/node_modules
/client/node_modules
spec/examples.txt
# Added by webpack-rails
/node_modules
/public/webpack
/doc/handbook/build
# Elastic Beanstalk Files
.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml
__*
/config/sidekiq.yml
.idea-rubymine/
.idea
.idea-webstorm/