Private GIT

Skip to content
Snippets Groups Projects
Select Git revision
  • fa7bb2f4b3e8ec68528a7ed00d59df864879ca94
  • master default protected
  • MON-2693-new-menu
  • php7-migration
  • poc-redis
  • security-fix-virtual-metrics-sql
  • security-fix-reporting
  • security-fix-menu-username
  • security-fix-export-graph
  • security-fix-metrics-injection
  • security-fix-virtual-metrics
  • security-fix-curves-templates
  • security-fix-command-form
  • security-fix-administration-logs
  • clapi_filter
  • MON2733-C2_Security_fix
  • new-header-2.8.x
  • MON-2725-ldap-passwords
  • 2.8.x
  • 6073-fix-view-contact-notifications
  • MON2703-new-api-menu
  • 2.8.23
  • 2.8.22
  • 2.8.21
  • 2.8.20
  • 2.8.19
  • 2.8.18
  • 2.8.17
  • 2.8.216
  • 2.8.16
  • 2.7.13
  • 2.8.15
  • help
  • 2.8.14
  • 2.8.13
  • 2.8.12
  • 2.7.12
  • 2.8.11
  • 2.8.10
  • 2.8.10-release
  • 2.8.9
41 results

.eslintrc

Blame
  • .gitattributes 1.20 KiB
    # Set the default behavior, in case people don't have core.autocrlf set.
    
    # Handle line endings automatically for files detected as text
    # and leave all files detected as binary untouched.
    * text=auto
    
    #
    # The above will handle all files NOT found below
    #
    
    #
    ## These files are text and should be normalized (Convert crlf => lf)
    #
    
    # git config
    .gitattributes	text
    .gitignore		text
    
    # Documentation
    *.md			text
    CHANGES			text
    
    # Startup script
    init.*			text
    
    # Various
    *.ini			text
    *.txt			text
    *.less			text
    *.h				text
    *.in			text
    
    # Python Source files
    *.pxd			text
    *.py 			text
    *.py3 			text
    *.pyw 			text
    *.pyx  			text
    
    # Cheetah template
    *.tmpl			text
    
    # Web file
    *.htm text
    *.html text
    *.css text
    *.js text
    *.xml text
    
    #
    ## These files are binary and should be left untouched
    #
    
    # Python Binary files
    *.db			binary
    *.p 			binary
    *.pkl 			binary
    *.pyc 			binary
    *.pyd			binary
    *.pyo 			binary
    
    # These files are binary and should be left untouched
    # (binary is a macro for -text -diff)
    *.png			binary
    *.jpg			binary
    *.jpeg			binary
    *.gif			binary
    *.ico			binary
    *.swf			binary
    *.gz			binary