aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 6adb1fc536e1210b6b83f900481a09e957f91266 (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
# 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/settings.yml
/server.sh