Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitignore - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f3b4d13bd556fd90a1a15547b280408ff3585895 (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
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