122 Star 700 Fork 243

CDK8S / tkey

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.gitattributes 4.00 KB
一键复制 编辑 原始数据 按行查看 历史
cdk8s-zelda 提交于 2019-08-27 21:23 . init
# This file is inspired by https://github.com/alexkaratarakis/gitattributes
#
# Auto detect text files and perform LF normalization
# http://davidlaing.com/2012/09/19/customise-your-gitattributes-to-become-a-git-ninja/
* text=auto
# The above will handle all files NOT found below
# These files are text and should be normalized (Convert crlf => lf)
# Java sources
*.java text diff=java
*.gradle text diff=java
*.gradle.kts text diff=java
*.css text diff=css
*.htm text diff=html
*.html text diff=html
*.xhtml text diff=html
*.coffee text
*.cql text
*.df text
*.ejs text
*.js text
*.jsx text
*.json text
*.less text
*.properties text
*.sass text
*.scss text diff=css
*.sh text eol=lf
*.sql text
*.txt text
*.ts text
*.tsx text
*.xml text
*.yaml text
*.yml text
*.jsp text
*.jspf text
*.jspx text
*.tld text
*.tag text
*.tagx text
*.inc text
*.ini text
# Documents
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
*.markdown text
*.md text
*.adoc text
*.textile text
*.mustache text
*.csv text
*.tab text
*.tsv text
*.txt text
AUTHORS text
CHANGELOG text
CHANGES text
CONTRIBUTING text
COPYING text
copyright text
*COPYRIGHT* text
INSTALL text
license text
LICENSE text
NEWS text
readme text
*README* text
TODO text
# Graphics
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.tif binary
*.tiff binary
*.ico binary
# SVG treated as an asset (binary) by default. If you want to treat it as text,
# comment-out the following line and uncomment the line after.
*.svg binary
#*.svg text
*.eps binary
# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.class binary
*.jar binary
*.war binary
*.dll binary
*.ear binary
*.so binary
*.exe binary
*.pyc binary
## LINTERS
.csslintrc text
.eslintrc text
.jscsrc text
.jshintrc text
.jshintignore text
.stylelintrc text
## CONFIGS
*.conf text
*.config text
.editorconfig text
.gitattributes text
.gitconfig text
.gitignore text
.htaccess text
*.npmignore text
## HEROKU
Procfile text
.slugignore text
## AUDIO
*.kar binary
*.m4a binary
*.mid binary
*.midi binary
*.mp3 binary
*.ogg binary
*.ra binary
## VIDEO
*.3gpp binary
*.3gp binary
*.as binary
*.asf binary
*.asx binary
*.fla binary
*.flv binary
*.m4v binary
*.mng binary
*.mov binary
*.mp4 binary
*.mpeg binary
*.mpg binary
*.swc binary
*.swf binary
*.webm binary
## ARCHIVES
*.7z binary
*.7z binary
*.gz binary
*.rar binary
*.tar binary
*.zip binary
## FONTS
*.ttf binary
*.eot binary
*.otf binary
*.woff binary
*.woff2 binary
*.bash text eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
*.php text diff=php
*.py text diff=python
*.rb text diff=ruby
# Docker
*.dockerignore text
Dockerfile text
Java
1
https://gitee.com/cdk8s/tkey.git
git@gitee.com:cdk8s/tkey.git
cdk8s
tkey
tkey
master

搜索帮助