Private GIT

Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • fix_nzb_cat
  • develop
  • guessit2-minimal
  • ssl_warning
  • UHD-qualities
  • fix_providers8
  • !
  • tvvault
  • provider_alpharatio
  • v5.1.1
  • v5.1
  • v5.0.3
  • v5.0.2
  • v5.0.1
  • v5.0
  • v4.2.1.07
  • v4.2.1.06
  • v4.2.1.05
  • v4.2.1.04
  • v4.2.1.03
  • v4.2.1.02
  • v4.2.1.01
  • v4.2.1.0
  • v4.2.0.6
  • v4.2.0.5
  • v4.2.0.4
  • v4.2.0.3
  • v4.2.0.2
  • v4.2.0.1
30 results

.gitignore

Blame
    • Kevin Richter's avatar
      255071e5
      Responsive add show page (#3580) · 255071e5
      Kevin Richter authored
      * responsive add show page - rough
      
      * Small fixes & cleanup
      
      * Hide additional steps, add quality in step 4
      
      * Remove package-lock.json
      
      * Change search results to a table
      
      * remove generated ttf files
      
      * generate core.min
      
      * add back fonts
      
      * Change table style to sickRageTable
      
      * Fix JS lint issues
      
      * More lint fixes
      
      * Make if statement less complex
      255071e5
      History
      Responsive add show page (#3580)
      Kevin Richter authored
      * responsive add show page - rough
      
      * Small fixes & cleanup
      
      * Hide additional steps, add quality in step 4
      
      * Remove package-lock.json
      
      * Change search results to a table
      
      * remove generated ttf files
      
      * generate core.min
      
      * add back fonts
      
      * Change table style to sickRageTable
      
      * Fix JS lint issues
      
      * More lint fixes
      
      * Make if statement less complex
    .gitignore 1.07 KiB
    #  SR User Related   #
    ######################
    /cache/
    /Logs/
    /data/
    restore/
    backup*/
    cache.db*
    config.ini*
    sickbeard.db*
    failed.db*
    autoProcessTV.cfg
    server.crt
    server.key
    
    #  SR Test Related   #
    ######################
    /tests/Logs/
    /tests/cache/
    /tests/sickbeard.db*
    /tests/cache.db*
    /tests/failed.db
    /tests/data/
    
    #  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   #
    ######################
    unrar/*
    
    # Grunt #
    ######################
    bower_components
    node_modules
    dist
    package-lock.json
    
    # Unit test/Coverage #
    ######################
    .tox
    .coverage
    htmlcov
    
    # nzbToMedia #
    ######################
    contrib/nzbToMedia
    
    # setup.py #
    ######################
    *.egg-info
    .eggs
    build
    
    # virtualenv #
    venv
    
    # diffs
    /*.diff
    
    /genchanges.sh
    /Downloads