Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 148 for gitattributes (0.09 seconds)

  1. .gitattributes

    * text eol=lf
    
    #
    # The above will handle all files NOT found below
    # https://help.github.com/articles/dealing-with-line-endings/
    # https://github.com/Danimoth/gitattributes
    
    # These are explicitly windows files and should use crlf
    *.bat           text eol=crlf
    
    # These files are text and should be normalized (Convert crlf => lf)
    *.bash          text eol=lf
    *.css           text diff=css
    *.htm           text diff=html
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Wed Sep 02 12:15:16 GMT 2020
    - 1.1K bytes
    - Click Count (0)
  2. .gitattributes

    cgdecker <******@****.***> 1415133622 -0800
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Tue Nov 04 21:50:10 GMT 2014
    - 196 bytes
    - Click Count (0)
  3. .gitattributes

    Tim Hockin <******@****.***> 1730147621 -0700
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Mon Oct 28 20:33:50 GMT 2024
    - 510 bytes
    - Click Count (0)
  4. .gitattributes

    Dmitri Shuralyov <******@****.***> 1591245309 -0400
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Mon Jun 08 15:31:43 GMT 2020
    - 639 bytes
    - Click Count (0)
  5. .gitattributes

    Shinsuke Sugaya <******@****.***> 1379248691 +0900
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sun Sep 15 12:38:11 GMT 2013
    - 61 bytes
    - Click Count (0)
  6. apache-maven/src/assembly/maven/bin/.gitattributes

    rfscholte <******@****.***> 1590174406 +0200
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Sat May 23 07:59:32 GMT 2020
    - 111 bytes
    - Click Count (0)
  7. .gitattributes

    Shinsuke Sugaya <******@****.***> 1515316511 +0900
    Created: Sat Dec 20 11:21:39 GMT 2025
    - Last Modified: Sun Jan 07 09:15:11 GMT 2018
    - 103 bytes
    - Click Count (0)
  8. .gitattributes

    Goooler <******@****.***> 1627464117 +0800
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Wed Jul 28 09:21:57 GMT 2021
    - 52 bytes
    - Click Count (0)
  9. .gitattributes

    Guillaume Nodet <******@****.***> 1730069689 +0100
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Tue Nov 05 15:56:49 GMT 2024
    - 196 bytes
    - Click Count (0)
  10. apache-maven/src/assembly/src.xml

          <excludes>
            <exclude>%regex[(?!((?!target/)[^/]+/)*src/).*target.*]</exclude>
            <exclude>**/*.log</exclude>
            <exclude>**/.gitignore</exclude>
            <exclude>**/.gitattributes</exclude>
            <exclude>init-git-svn.sh</exclude>
            <exclude>**/.repository/**</exclude>
            <exclude>**/.classpath</exclude>
            <exclude>**/.project</exclude>
            <exclude>**/.settings/**</exclude>
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Wed Apr 27 13:14:24 GMT 2022
    - 2.2K bytes
    - Click Count (0)
Back to Top