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/*.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
|
||||||
|
|
@ -69,6 +68,9 @@ tmp/
|
||||||
*.swp
|
*.swp
|
||||||
*~
|
*~
|
||||||
*#
|
*#
|
||||||
|
*.bak
|
||||||
|
*.save
|
||||||
|
*.autosave
|
||||||
nbproject
|
nbproject
|
||||||
patches-*
|
patches-*
|
||||||
capybara-*.html
|
capybara-*.html
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue