Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UPDATES] to badges and .gitattributes #16

Merged
merged 2 commits into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Markdown linguistics
*.md linguist-detectable=true
*.md linguist-language=Markdown
*.markdown linguist-detectable=true
*.markdown linguist-language=Markdown

# YAML linguistics
*.yml linguist-detectable=true
*.yml linguist-language=YAML
*.yaml linguist-detectable=true
*.yaml linguist-language=YAML

# Docker linguistics
Dockerfile linguist-detectable=true
Dockerfile linguist-language=Dockerfile
docker-compose.yml linguist-detectable=true
docker-compose.yml linguist-language=Dockerfile

# GitHub linguistics
*.gitkeep linguist-detectable=true
*.gitkeep linguist-language=Git Config

# Python linguistics
*.py linguist-detectable=true
*.py linguist-language=Python
requirements.txt linguist-detectable=true
requirements.txt linguist-language=Python

# Binary detection
*.png binary
*.pdf binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.mov binary
*.mp4 binary
*.mp3 binary
*.flv binary
*.fla binary
*.swf binary
*.gz binary
*.zip binary
*.7z binary
*.ttf binary

# https://github.com/github-linguist/linguist/blob/master/lib/linguist/languages.yml
# https://raw.githubusercontent.com/github-linguist/linguist/master/lib/linguist/languages.yml
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## PyHydrate
[![license](https://img.shields.io/github/license/mjfii/pyhydrate.svg)](https://github.com/mjfii/pyhydrate/blob/main/license)
[![pypi](https://img.shields.io/pypi/v/pyhydrate.svg)](https://pypi.python.org/pypi/pyhydrate)
[![deploy-prod](https://github.com/mjfii/pyhydrate/actions/workflows/workflow.yml/badge.svg)](https://github.com/mjfii/pyhydrate/actions/workflows/workflow.yml)
[![ci](https://github.com/mjfii/pyhydrate/actions/workflows/prod-tests.yml/badge.svg)](https://github.com/mjfii/pyhydrate/actions/workflows/prod-tests.yml)

[![downloads](https://static.pepy.tech/badge/pyhydrate/month)](https://pepy.tech/project/pyhydrate)
[![versions](https://img.shields.io/pypi/pyversions/pyhydrate.svg)](https://github.com/mjfii/pyhydrate)

Expand Down