Skip to content

Commit 4b99bb3

Browse files
Added .gitattributes file to ignore Html file (#18)
* Added .gitattributes file to ignore Html file
1 parent 5bd5a96 commit 4b99bb3

File tree

116 files changed

+1802
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+1802
-3
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*.java linguist-detectable=true
2+
*.js linguist-detectable=false
3+
*.html linguist-detectable=false
4+
*.xml linguist-detectable=false
5+
*.css linguist-detectable=false

.github/workflows/docker-publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ name: Generate Docker Image and Publish
22

33
on:
44
push:
5-
branches: [ "main" ]
65
tags: [ 'v*.*.*' ]
7-
pull_request:
8-
branches: [ "main" ]
96

107
jobs:
118
docker:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)