Minor improvements to .gitignore
This commit is contained in:
parent
c703cadf9b
commit
6cf2ef814f
1 changed files with 9 additions and 7 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
|
@ -1,13 +1,12 @@
|
||||||
# xmpp certificates, keys and user data
|
# XMPP certificates, keys and user data
|
||||||
config/vines/*.crt
|
config/vines/*.crt
|
||||||
config/vines/*.key
|
config/vines/*.key
|
||||||
|
|
||||||
#trademark sillyness
|
# Trademark sillyness
|
||||||
app/views/home/_show.*
|
app/views/home/_show.*
|
||||||
app/views/terms/terms.*
|
app/views/terms/terms.*
|
||||||
app/assets/images/custom/
|
app/assets/images/custom/
|
||||||
|
|
||||||
|
|
||||||
# Configuration files
|
# Configuration files
|
||||||
config/diaspora.yml
|
config/diaspora.yml
|
||||||
config/heroku.yml
|
config/heroku.yml
|
||||||
|
|
@ -22,7 +21,7 @@ config/database.yml
|
||||||
.rvmrc_custom
|
.rvmrc_custom
|
||||||
.rvmrc.local
|
.rvmrc.local
|
||||||
|
|
||||||
#Mailing list stuff
|
# Mailing list stuff
|
||||||
config/email_offset
|
config/email_offset
|
||||||
config/mailing_list.csv
|
config/mailing_list.csv
|
||||||
|
|
||||||
|
|
@ -44,7 +43,7 @@ app/assets/images/branding/logos-*.png
|
||||||
app/assets/images/icons-*.png
|
app/assets/images/icons-*.png
|
||||||
app/assets/images/social_media_logos-*.png
|
app/assets/images/social_media_logos-*.png
|
||||||
|
|
||||||
#Documentation
|
# Documentation
|
||||||
.yardoc/
|
.yardoc/
|
||||||
doc/
|
doc/
|
||||||
|
|
||||||
|
|
@ -69,15 +68,18 @@ tmp/
|
||||||
*.swp
|
*.swp
|
||||||
*~
|
*~
|
||||||
*#
|
*#
|
||||||
|
*.bak
|
||||||
|
*.save
|
||||||
|
*.autosave
|
||||||
nbproject
|
nbproject
|
||||||
patches-*
|
patches-*
|
||||||
capybara-*.html
|
capybara-*.html
|
||||||
dump.rdb
|
dump.rdb
|
||||||
|
|
||||||
#Rubinius's JIT
|
# Rubinius's JIT
|
||||||
*.rbc
|
*.rbc
|
||||||
|
|
||||||
#IDE
|
# IDE
|
||||||
diaspora.iml
|
diaspora.iml
|
||||||
|
|
||||||
# Dolphin's directory's preferences files
|
# Dolphin's directory's preferences files
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue