forked from sharetribe/sharetribe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
74 lines (67 loc) · 1.13 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
.DS_Store
db/*.sqlite3
db/sphinx
config/*.sphinx.conf
config/database.yml
config/config.yml
config/session_secret
config/gmaps_api_key.yml
config/translation.yml
tmp/
doc/api
doc/app
public/images/listing_images
index/
db/development_structure.sql
old_databases.sql
.bundle
.sass-cache/
capybara*
public/system/favicons
public/system/images
public/system/listing_images
public/system/people
public/system/cover_photos/
public/system/logos/
public/system/small_cover_photos/
public/system/wide_logos/
.loadpath
.project
cg.sh
public/assets/
app/assets/webfonts/
app/assets/stylesheets/customizations-*
app/assets/stylesheets/custom-style-*
config/mangopay.pem
log/*.log
log/*.pid
log/.DS_Store
log/*.age
log/*.db
node_modules
coverage/
.idea/
*.sock
.vagrant
.env
.session.vim
# React on Rails
npm-debug.log*
node_modules
client/node_modules
# Generated js bundles
/app/assets/webpack/*
# Generated i18n-js bundles
/app/assets/javascripts/i18n/*
/client/app/i18n/*
!/client/app/i18n/.keep
/client/app/routes/*
!/client/app/routes/.keep
# Generated assets
/public/webpack/*
# Mocha results
test-results.xml
.byebug_history
.vimrc
client/.vimrc
storage/