forked from quintel/etmodel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
53 lines (49 loc) · 784 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
49
50
51
52
53
# Ignore bundler config.
/.bundle
# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep
# Ignore Byebug command history file.
.byebug_history
db/dumps
db/sphinx
config/development.sphinx.conf
config/database.yml
config/config.yml
config/email.yml
.yardoc
doc/*
public/tmp/*
public/packages/*
public/assets/*
public/system/*
public/flowplayer/*
public/videos/*
import/*
etm*.sql
public/doc
vendor/bundle
*.tmproj
.powrc
.tmtags
tags
.rvmrc
.rbenv-version
.DS_Store
coverage/*
spec/controllers/coverage/*
spec/models/coverage/*
.sass-cache/*
public/stylesheets/
public/javascripts/all.js
public/javascripts/i18n/translations.js
*.sublime-project
*.sublime-workspace
/public/packs
/public/packs-test
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity