mirror of
https://github.com/XFox111/my-website.git
synced 2026-04-22 07:28:01 +03:00
feat: exclude *.module.scss from github stats
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
*.module.scss linguist-detectable=false
|
||||||
@@ -12,6 +12,7 @@ on:
|
|||||||
- '.env*'
|
- '.env*'
|
||||||
- 'LICENSE'
|
- 'LICENSE'
|
||||||
- 'COPYING'
|
- 'COPYING'
|
||||||
|
- '.git*'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main", "deps" ]
|
branches: [ "main", "deps" ]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
@@ -23,6 +24,7 @@ on:
|
|||||||
- '.env*'
|
- '.env*'
|
||||||
- 'LICENSE'
|
- 'LICENSE'
|
||||||
- 'COPYING'
|
- 'COPYING'
|
||||||
|
- '.git*'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
push:
|
push:
|
||||||
|
|||||||
Reference in New Issue
Block a user