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: ce9524ac7837e6262e935a7237e400fa0b820ef5 (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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Trademark sillyness
app/views/home/_show.*
app/views/terms/terms.*
app/assets/images/custom/

# Configuration files
config/diaspora.toml
config/diaspora.yml
config/initializers/secret_token.rb
.bundle
vendor/bundle/
vendor/cache/
config/database.yml
config/oidc_key.pem
config/schedule.yml

# Generated files
log/
spec/fixtures/*.y*ml
spec/fixtures/*.fixture.*
coverage/
xml_locales/
public/404.html
public/422.html
public/500.html

# the db/schema.rb. Although this is contrary to rails best-practises, we
# cannot provide a schema.rb that works for both MySQL and PostgreSQL, so we
# have no choice. Our migrations are maintained, so it should always be
# possible to get back to a "clean" database schema anyway.
db/schema.rb

# Sprites
app/assets/images/branding-*.png
app/assets/images/branding/logos-*.png
app/assets/images/icons-*.png
app/assets/images/social-media-logos-*.png

# Documentation
.yardoc/
doc/

# Uploaded files and local files
public/uploads/
public/assets/
public/source.tar*
tmp/

# Temporary files of every sort
.byebug_history
.sass-cache/
.DS_Store
.redcar
.stgit*
*.swap
*.swo
*.swp
*~
*#
*.bak
*.save
*.autosave
nbproject
patches-*
capybara-*.html

# Rubinius's JIT
*.rbc

# IDE
.idea
.vscode
diaspora.iml

# Dolphin's directory's preferences files
*.directory

# WebTranslateIt
.wti

# MacOS
/__MACOSX/

# yarn
node_modules