-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
140 lines (115 loc) · 1.83 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
# Ignore bundler config
/.bundle
/vendor/bundle/
/vendor/ruby/
# Ignore the default database.
/db/*.sqlite3
/db/*.javadb/
# Ignore all logfiles and tempfiles.
/log/*
/tmp
.powder
.virb*
*.*~
# various artifacts
**.war
*.gem
*.rbc
*.sassc
.rspec
.redcar/
.config
.sass-cache
/public/cache
/public/stylesheets/compiled
/public/system/*
/public/assets/*
/public/sitemaps
/spec/tmp/*
/cache
/capybara*
/capybara-*.html
/gems
/specifications
rerun.txt
pickle-email-*.html
.zeus.sock
/solr/
/.gemtags
/coverage
/coverage.data
/InstalledFiles
/pkg/
/spec/reports/
/test/tmp/
/test/version_tmp/
# scm revert files
**.orig
# Configuration files
config/app_config.yml
config/application.yml
config/mandrill.yml
config/paperclip.yml
# System Recordings from Tropo
public/tropo_recordings/**/*
public/system/**/*
# Dev Machines
.DS_Store
*/.DS_Store
Procfile.dev
.env
.env.development
.env.test
.env.staging
.env.production
/*.sublime-workspace
# Netbeans project directory
/nbproject/
# RubyMine project files
.idea
# Textmate project files
/*.tmproj
# vim artifacts
**.swp
.vim
/.tags
/.tags_sorted_by_file
# Application specific
*.txt
/doc
/public/uploads
# Specific to RubyMotion:
.dat*
.repl_history
build/
# Documentation cache and generated files:
/.yardoc/
/_yardoc/
/rdoc/
# Environment normalisation:
Gemfile.lock
/.bundle/
/vendor/bundle
/lib/bundler/man/
# for a library or gem, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# Gemfile.lock
# .ruby-version
# .ruby-gemset
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc
.DS_store
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# Windows shortcuts
*.lnk