Private GIT

Skip to content
Snippets Groups Projects
Select Git revision
  • 681692c5356cdcf9b88d23c7e75c8bb5a38e5449
  • master default protected
  • develop
  • add-news
  • torrentz
  • v4.0.31
  • v4.0.30
  • v4.0.29
  • v4.0.28
  • v4.0.27
  • v4.0.26
  • v4.0.25
  • v4.0.24
  • v4.0.23
  • v4.0.22
  • v4.0.21
  • v4.0.20
  • v4.0.19
  • v4.0.18
  • v4.0.17
  • v4.0.16
  • v4.0.15
  • v4.0.14
  • v4.0.13
  • v4.0.12
25 results

.gitignore

Blame
  • .gitignore 762 B
    #  SR User Related   #
    ######################
    /cache/
    /Logs/
    /restore/
    /backup/
    cache.db*
    config.ini*
    sickbeard.db*
    failed.db*
    /autoProcessTV/autoProcessTV.cfg
    server.crt
    server.key
    
    #  SR Test Related   #
    ######################
    /tests/Logs/*
    /tests/cache/*
    /tests/sickbeard.db*
    /tests/cache.db*
    /tests/failed.db
    
    #  Compiled source   #
    ######################
    *.py[co]
    
    #  IDE specific      #
    ######################
    *.bak
    *.tmp
    *.wpr
    *.project
    *.pydevproject
    *.cproject
    *.tmproj
    *.tmproject
    *.sw?
    Session.vim
    .ropeproject/*
    *.iml
    .idea
    *.ipr
    .settings/*
    
    # OS generated files #
    ######################
    .Spotlight-V100
    .Trashes
    .DS_Store
    desktop.ini
    ehthumbs.db
    Thumbs.db
    .directory
    *~
    *.torrent
    
    # Unrar Executable   #
    ######################
    lib/unrar2/UnRAR.exe