forked from lobsters/lobsters
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
48 lines (40 loc) · 887 Bytes
/
.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
# If you find yourself ignoring temporary files generated by your editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile '~/.gitignore_global'
# local bundler config
/.bundle
# default databases
/db/*.sqlite3
/db/*.sqlite3-journal
/db/sphinx
# log and tmpfiles
.byebug*
/log
/tmp
yarn-error.log
yarn.lock
# vendored
node_modules/
vendor/bundle
# compiled output
coverage/
public/assets
# cache
public/avatars
public/sitemap*
# templates to be created per-site
app/views/about/about.*
app/views/about/chat.*
app/views/about/privacy.*
public/apple-touch-icon*
public/favicon.ico
# prod config
config/credentials.yml.enc
config/database.yml
config/initializers/development.rb
config/initializers/production.rb
config/master.key
config/scout_apm.yml
config/*.sphinx.conf
config/unicorn.conf.rb
lib/tasks/deploy.rake