-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
68 lines (62 loc) · 1016 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#trademark sillyness
app/views/home/_show.html.haml
app/views/home/_show.mobile.haml
public/images/ball_small.png
public/images/ball.png
# Configuration files
config/app_config.yml
config/app.yml
config/application.yml
config/heroku.yml
config/script_server*.yml
config/fb_config.yml
config/oauth_keys.yml
config/initializers/secret_token.rb
config/redis.conf
config/deploy_config.yml
.bundle
vendor/bundle/*
vendor/cache/*
config/database.yml
.rvmrc_custom
.rvmrc.local
#Mailing list stuff
config/email_offset
config/mailing_list.csv
# Generated files
log/*
public/stylesheets/*.css
public/diaspora
spec/fixtures/*.y*ml
spec/fixtures/*.fixture.*
coverage/*
xml_locales/*
#Documentation
.yardoc/
doc/
# Uploaded files and local files
public/uploads/*
public/assets/*
public/source.tar*
public/.well-known
tmp/**/*
tmp/*
*.sqlite3
# Temporary files of every sort
.sass-cache/*
.DS_Store
.idea
.redcar
.rvmrc
.stgit*
*.swap
*.swo
*.swp
*~
bin/*
nbproject
patches-*
capybara-*.html
dump.rdb
#Rubinius's JIT
*.rbc