aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 5532cf4294a454988c8fa280ea1f4064fe0ad44f (plain)
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
# Common
**.orig

# Linux
.*
!.gitignore
*~

# SASS
*.sass-cache
*.sassc

# Rails
*.rbc
/vendor/bundle
/log/*
/tmp/*
/spec/tmp/*

/config/settings.yml
/config/settings/*.local.yml
/config/environments/*.local.yml
/config/initializers/secret_token.rb
/config/database.yml

/collector/Procfile
/collector/settings.yml

/script/batch