Merge branch 'master' of github.com:diaspora/diaspora
This commit is contained in:
commit
57bf3aac33
1 changed files with 13 additions and 11 deletions
24
.gitignore
vendored
24
.gitignore
vendored
|
|
@ -1,4 +1,17 @@
|
||||||
|
# Configuration files
|
||||||
|
config/app_config.yml
|
||||||
|
config/fb_config.yml
|
||||||
|
config/initializers/secret_token.rb
|
||||||
.bundle
|
.bundle
|
||||||
|
|
||||||
|
# Uploded files and local files
|
||||||
|
log/*
|
||||||
|
public/uploads/*
|
||||||
|
public/source.tar
|
||||||
|
tmp/**/*
|
||||||
|
db/*.sqlite3
|
||||||
|
|
||||||
|
# Temporary files of every sort
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.idea
|
.idea
|
||||||
.rvmrc
|
.rvmrc
|
||||||
|
|
@ -8,17 +21,6 @@
|
||||||
*.swp
|
*.swp
|
||||||
*~
|
*~
|
||||||
bin/*
|
bin/*
|
||||||
config/app_config.yml
|
|
||||||
config/fb_config.yml
|
|
||||||
config/initializers/secret_token.rb
|
|
||||||
db/*.sqlite3
|
|
||||||
log/*
|
|
||||||
nbproject
|
nbproject
|
||||||
gpg/diaspora-development/*.gpg
|
|
||||||
gpg/diaspora-production/*.gpg
|
|
||||||
gpg/*/random_seed
|
|
||||||
patches-*
|
patches-*
|
||||||
public/uploads/*
|
|
||||||
public/source.tar
|
|
||||||
tmp/**/*
|
|
||||||
capybara-*.html
|
capybara-*.html
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue