Skip to content

Commit

Permalink
Count YAML in GitHub stats
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanjli committed Mar 15, 2024
1 parent fdfa9ff commit fa565fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
* text=auto eol=lf
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf
*.yml linguist-detectable=true
*.yml linguist-language=YAML
*.yaml linguist-detectable=true
*.yaml linguist-language=YAML
2 changes: 1 addition & 1 deletion deployments/filebrowser/compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
server:
image: filebrowser/filebrowser:v2.27.0
image: docker.io/filebrowser/filebrowser:v2.27.0
ports:
- 9000:80
volumes:
Expand Down

0 comments on commit fa565fa

Please sign in to comment.