aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 1cb1591696048315a40dc60d7a3880369dbeaef8 (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.local.yml
/config/settings/*.local.yml
/config/environments/*.local.yml
/config/initializers/secret_token.local.rb

# local scripts
/client/worker.sh
/client/Procfile
/client/settings.yml
/server.sh