forked from fairmondo/fairmondo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
132 lines (100 loc) · 1.73 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
# Configuration files
# config/database.yml -> needed for travis-ci
config/environments/development.rb
public/system
config/initializers/secret_token.rb
config/actionmailer.yml
.capistrano
# Project files
.redcar
.project
.settings
*.sublime-project
*.sublime-workspace
.bundle/
vendor/bundle
*.komodoproject
# Autotest configuration file
.autotest
#Respec
.respec_failures
# rspec rerun
rspec.failures
# Ignore all logfiles and tempfiles
/log/*.log
/log/*.log.*
/tmp
# Gemfile.lock -> ER error without it
# Ignore default SQLite database
db/*.sqlite3
db/*.sqlite3-journal
# Ignore codecoverage report
coverage
#Rails Best Practice
rails_best_practices_output.html
config/secrets.yml
#api keys
config/paypal_adaptive.yml
#email addresses
config/email_addresses.yml
#Solr Development
solr/data/**/*
solr/pids/**/*
solr/default/**
solr/development/**
solr/test/**
#ER-Diagram
erd.pdf
# Precompiled assets
public/assets/*
public/assets_test/*
# Precompiled gems - remove if we decide to run production bundler with --local
vendor/cache
# Mac .DS_Stores
*.DS_Store
*/.DS_Store
**/.DS_Store
# Ignore merge fragments
*.orig
*.BACKUP.*
*.BASE.*
*.LOCAL.*
*.REMOTE.*
# Licence Deriving tmp
deriving_license_tmp
# Local additional Gemfile
Gemfile.local
# vim fragments / vim swap-files
*.swp
# other fragments
*.~lock.*
*.swo
*.swn
*.swm
.ruby-gemset
# compass sprites
app/assets/images/icon-*.png
# Redis
dump.rdb
# nohup
nohup.out
# ctags
tags
gems.tags
# guard
Guardfile
# path to custom gem dir for sidekiq-pro dir
sidekiq_pro_path.yml
.rvmrc
# Paypal
paypal_adaptive.yml
# mac DS_Store
*.DS_Store
config/courier.yml
# Foreman Procfile
Procfile
# Afilliate csv
public/fairmondo_articles.csv
public/fairmondo_articles_0.csv
# IDEA IDE
.idea