Giter Club home page Giter Club logo

.gitattributes's Introduction

.gitattributes


# Customizing Git - Git Attributes https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes
# gitattributes - Defining attributes per path https://git-scm.com/docs/gitattributes

# pattern	attr1 attr2 ...
# Each line in gitattributes file is of format

* text=auto
# Handle line endings automatically for files detected as text and leave all files detected as binary untouched
# Overwrites the local `core.autocrlf` settings, which ensures uniform behavior

*.css linguist-vendored
*.scss linguist-vendored
*.js linguist-vendored
# Uses the open source Linguist library to determine file languages for syntax highlighting and repository statistics
# Some files are hard to identify, and sometimes projects contain more library and vendor files than their primary code
# https://stackoverflow.com/a/34715182/3123272

CHANGELOG.md export-ignore
# You can tell Git not to export certain files or directories when generating an archive
# Now, when you run `git archive` to create a tarball of your project, that directory won’t be included in the archive

.gitattributes's People

Contributors

ilyar avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.