Minor improvements to .gitignore
This commit is contained in:
parent
c703cadf9b
commit
6cf2ef814f
1 changed files with 9 additions and 7 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -1,13 +1,12 @@
|
|||
# xmpp certificates, keys and user data
|
||||
# XMPP certificates, keys and user data
|
||||
config/vines/*.crt
|
||||
config/vines/*.key
|
||||
|
||||
#trademark sillyness
|
||||
# Trademark sillyness
|
||||
app/views/home/_show.*
|
||||
app/views/terms/terms.*
|
||||
app/assets/images/custom/
|
||||
|
||||
|
||||
# Configuration files
|
||||
config/diaspora.yml
|
||||
config/heroku.yml
|
||||
|
|
@ -69,6 +68,9 @@ tmp/
|
|||
*.swp
|
||||
*~
|
||||
*#
|
||||
*.bak
|
||||
*.save
|
||||
*.autosave
|
||||
nbproject
|
||||
patches-*
|
||||
capybara-*.html
|
||||
|
|
|
|||
Loading…
Reference in a new issue