Skip to content

Commit 8f37b7c

Browse files
committed
[Snack] ~ Add more Info
Esta atualização melhora a configuração do repositório, adicionando detalhes ao arquivo '.gitattributes' para uma categorização mais precisa dos arquivos. Também foram incluídas duas novas badges no README, fornecendo informações sobre Pull Requests e contribuidores. Adicionalmente, reorganizei a lista de arquivos e 'limpei' a pasta '.git', reduzindo seu tamanho.
1 parent 64f1a5e commit 8f37b7c

File tree

2 files changed

+78
-11
lines changed

2 files changed

+78
-11
lines changed

.gitattributes

+65
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,67 @@
11
# Auto detect text files and perform LF normalization
22
* text=auto
3+
4+
# Define valores para exibição de programações na GitHub
5+
*.js linguist-detectable=true
6+
*.js linguist-documentation=false
7+
*.js linguist-language=JavaScript
8+
9+
*.go linguist-detectable=true
10+
*.go linguist-documentation=false
11+
*.go linguist-language=Go
12+
13+
*.sql linguist-detectable=true
14+
*.sql linguist-documentation=false
15+
*.sql linguist-language=SQL
16+
17+
*.css linguist-detectable=true
18+
*.css linguist-documentation=false
19+
*.css linguist-language=CSS
20+
21+
*.py linguist-detectable=true
22+
*.py linguist-documentation=false
23+
*.py linguist-language=Python
24+
25+
*.cs linguist-detectable=true
26+
*.cs linguist-documentation=false
27+
*.cs linguist-language=CSharp
28+
29+
*.html linguist-detectable=true
30+
*.html linguist-documentation=false
31+
*.html linguist-language=HTML
32+
33+
*.rb linguist-detectable=true
34+
*.rb linguist-documentation=false
35+
*.rb linguist-language=Ruby
36+
37+
*.java linguist-detectable=true
38+
*.java linguist-documentation=false
39+
*.java linguist-language=Java
40+
41+
*.sh linguist-detectable=true
42+
*.sh linguist-documentation=false
43+
*.sh linguist-language=Shell
44+
45+
*.bat linguist-detectable=true
46+
*.bat linguist-documentation=false
47+
*.bat linguist-language=Batchfile
48+
49+
*.cmd linguist-detectable=true
50+
*.cmd linguist-documentation=false
51+
*.cmd linguist-language=Batchfile
52+
53+
*.ps1 linguist-detectable=true
54+
*.ps1 linguist-documentation=false
55+
*.ps1 linguist-language=PowerShell
56+
57+
*.lua linguist-detectable=true
58+
*.lua linguist-documentation=false
59+
*.lua linguist-language=Lua
60+
61+
*.xml linguist-detectable=true
62+
*.xml linguist-documentation=false
63+
*.xml linguist-language=XML
64+
65+
*.vbs linguist-detectable=true
66+
*.vbs linguist-documentation=false
67+
*.vbs linguist-language=VBScript

README.md

+13-11
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,22 @@ E na fronteira entre terror e renascimento, uma pergunta sempre ecoa:
3030
</p>
3131
<p align="center">
3232
<h1 align="center">Projeto Íris</h1>
33-
<a href="https://github.com/KillovSky/iris/blob/main/LICENSE"><img alt="GitHub License" src="https://img.shields.io/github/license/KillovSky/Iris?color=blue&label=Licence&style=flat-square"></a>
34-
<a href="https://github.com/KillovSky/iris"><img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/KillovSky/iris?label=Tamanho&style=flat-square"></a>
35-
<a href="https://github.com/KillovSky/iris"><img alt="GitHub Languages" src="https://img.shields.io/github/languages/count/KillovSky/Iris?label=Programmings&style=flat-square"></a>
36-
<a href="https://github.com/KillovSky/Iris/blob/main/.github/CHANGELOG.md"><img alt="GitHub Version" src="https://img.shields.io/github/package-json/v/KillovSky/Iris?label=Build&style=flat-square"></a>
37-
<a href="https://github.com/KillovSky/Iris/blob/main/.github/CHANGELOG.md"><img alt="Project Versioning" src="https://img.shields.io/github/package-json/build_name/KillovSky/Iris?label=Codename"></a>
38-
<a href="https://github.com/KillovSky/Iris/blob/main/.github/CHANGELOG.md"><img alt="Last Release" src="https://img.shields.io/github/package-json/build_date/KillovSky/Iris?label=Update"></a>
39-
<a href="https://github.com/KillovSky/iris/commits/main"><img alt="GitHub Updates" src="https://img.shields.io/github/commit-activity/y/KillovSky/Iris?label=Updates&style=flat-square"></a>
33+
<a href="https://github.com/KillovSky/iris/blob/main/LICENSE"><img alt="GitHub License" src="https://img.shields.io/github/license/KillovSky/Iris?color=blue&label=License&style=flat-square"></a>
34+
<a href="https://github.com/KillovSky/iris"><img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/KillovSky/iris?label=Size%20%28With%20.git%20folder%29&style=flat-square"></a>
35+
<a href="https://api.github.com/repos/KillovSky/Iris/languages"><img alt="GitHub Languages" src="https://img.shields.io/github/languages/count/KillovSky/Iris?label=Code%20Languages&style=flat-square"></a>
36+
<a href="https://github.com/KillovSky/Iris/blob/main/.github/CHANGELOG.md"><img alt="GitHub Version" src="https://img.shields.io/github/package-json/v/KillovSky/Iris?label=Latest%20Version&style=flat-square"></a>
37+
<a href="https://github.com/KillovSky/Iris/blob/main/.github/CHANGELOG.md"><img alt="Project Codename" src="https://img.shields.io/github/package-json/build_name/KillovSky/Iris?label=Latest%20Codename"></a>
38+
<a href="https://github.com/KillovSky/Iris/blob/main/.github/CHANGELOG.md"><img alt="Last Update" src="https://img.shields.io/github/package-json/build_date/KillovSky/Iris?label=Latest%20Update"></a>
39+
<a href="https://github.com/KillovSky/iris/commits/main"><img alt="GitHub Commits" src="https://img.shields.io/github/commit-activity/y/KillovSky/Iris?label=Commits&style=flat-square"></a>
4040
<a href="https://github.com/KillovSky/iris/stargazers/"><img title="GitHub Stars" src="https://img.shields.io/github/stars/KillovSky/iris?label=Stars&style=flat-square"></a>
4141
<a href="https://github.com/KillovSky/iris/network/members"><img title="GitHub Forks" src="https://img.shields.io/github/forks/KillovSky/iris?label=Forks&style=flat-square"></a>
42-
<a href="https://github.com/KillovSky/iris/watchers"><img title="GitHub Watch" src="https://img.shields.io/github/watchers/KillovSky/iris?label=Watchers&style=flat-square"></a>
43-
<a href="https://www.codefactor.io/repository/github/killovsky/iris"><img alt="Codefactor" src="https://www.codefactor.io/repository/github/killovsky/iris/badge"></a>
44-
<a href="http://isitmaintained.com/project/killovsky/iris"><img alt="Is maintained" src="http://isitmaintained.com/badge/resolution/killovsky/iris.svg"></a>
45-
<a href="http://isitmaintained.com/project/killovsky/iris"><img alt="Is maintained" src="http://isitmaintained.com/badge/open/killovsky/iris.svg"></a>
42+
<a href="https://github.com/KillovSky/iris/watchers"><img title="GitHub Watchers" src="https://img.shields.io/github/watchers/KillovSky/iris?label=Watchers&style=flat-square"></a>
43+
<a href="https://www.codefactor.io/repository/github/killovsky/iris"><img alt="Code Quality" src="https://www.codefactor.io/repository/github/killovsky/iris/badge"></a>
44+
<a href="http://isitmaintained.com/project/killovsky/iris"><img alt="Issue Resolution" src="http://isitmaintained.com/badge/resolution/killovsky/iris.svg"></a>
45+
<a href="http://isitmaintained.com/project/killovsky/iris"><img alt="Open Issues" src="http://isitmaintained.com/badge/open/killovsky/iris.svg"></a>
4646
<a href="https://hits.seeyoufarm.com"><img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FKillovSky%2FIris&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=Views+%28Since+01%2F04%2F24%29&edge_flat=false"/></a>
47+
<a href="https://github.com/KillovSky/iris/pulls"><img alt="Pull Requests" src="https://img.shields.io/github/issues-pr/KillovSky/Iris?label=Pull%20Requests&style=flat-square"></a>
48+
<a href="https://github.com/KillovSky/iris/graphs/contributors"><img alt="Contributors" src="https://img.shields.io/github/contributors/KillovSky/Iris?label=Contribuidores&style=flat-square"></a>
4749
</p>
4850

4951
## 📝 Sumário

0 commit comments

Comments
 (0)