Ai
2 Star 2 Fork 1

PureBasic/PureBASIC

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitattributes 2.72 KB
一键复制 编辑 原始数据 按行查看 历史
tajmone 提交于 2020-12-07 10:20 +08:00 . Move ADoc Sources to Dedicated Folder
#####################################################
# PureBasic OpenSource Projects: #
# https://github.com/fantaisie-software/purebasic #
#####################################################
# Set Git's default behaviour to text-files autodetection, in case users
# don't have `core.autocrlf` set:
* text=auto
# Explicitly declare commonly used file extensions as either text or binary,
# and tell Git how to handle line-endings normalization.
## PureBasic Files
##################
[attr]PureBasic text linguist-language=PureBasic
*.cfg text linguist-generated=true
*.pb PureBasic
*.pbf PureBasic
*.pbi PureBasic
*.pbp linguist-language=XML linguist-generated=true
## C Sources and Make Files
###########################
*.c text
*.h text
[Mm]akefile text eol=lf
## Fasm Sources
###############
# All Fasm code is assumed to be generated by the PBCompiler:
*.asm text linguist-language=Fasm linguist-generated=true
# Hand-coded exceptions should be listed below...
## Shell Scripts
################
*.bat text eol=crlf
*.sh text eol=lf
*.bash text eol=lf
*.ps1 text eol=crlf
## Repository Configuration
###########################
.editorconfig text eol=lf
.travis.yml text eol=lf
.gitattributes text eol=lf
.gitconfig text eol=lf
.gitignore text eol=lf
.gitmodules text eol=lf
## Documentation Files
######################
*.md text
*.txt text
LICENSE* text
## Image & Graphics Files
#########################
*.ai binary
*.bmp binary
*.eps binary
*.gif binary
*.icns binary
*.ico binary
*.jng binary
*.jp2 binary
*.jpeg binary
*.jpg binary
*.jpx binary
*.jxr binary
*.pdf binary
*.pdn binary
*.png binary
*.psb binary
*.psd binary
*.svg binary
*.svgz binary
*.tif binary
*.tiff binary
*.wbmp binary
*.webp binary
## Zip/Archives
###############
*.7z binary
*.gz binary
*.jar binary
*.rar binary
*.tar binary
*.zip binary
## Binary files
###############
*.app binary
*.dll binary
*.dylib binary
*.exe binary
*.out binary
*.so binary
# ================================
# Exclusion Rules for Zip Download
# ================================
# Exclude from the downloadable Zip archive of the repository contents relating
# to Git or repository maintenance, to provide end users with a cut-down version
# of the project containing the essentials for quick consumption.
/.git export-ignore
.editorconfig export-ignore
.travis.yml export-ignore
.gitattributes export-ignore
.gitconfig export-ignore
.gitignore export-ignore
.gitmodules export-ignore
/AsciiDoc export-ignore
/validate.sh export-ignore
# EOF #
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/PureBasic/purebasic.git
git@gitee.com:PureBasic/purebasic.git
PureBasic
purebasic
PureBASIC
devel

搜索帮助