Skip to content

Commit

Permalink
🔧 added missing gitattributes file
Browse files Browse the repository at this point in the history
  • Loading branch information
bnomei committed Feb 11, 2025
1 parent 8e86764 commit 04d7a4c
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 42 deletions.
14 changes: 14 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Auto detect text files and perform LF normalization
* text=auto

/*-lock.json export-ignore
/.* export-ignore
/docker-compose.yml export-ignore
/docs export-ignore
/examples export-ignore
/package.json export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml export-ignore
/ray.php export-ignore
/pint.json export-ignore
/tests export-ignore
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bnomei/kirby3-security-headers",
"type": "kirby-plugin",
"version": "5.0.3",
"version": "5.0.4",
"license": "MIT",
"description": "Kirby Plugin for easier Security Headers setup",
"authors": [
Expand Down
74 changes: 37 additions & 37 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php return array(
'root' => array(
'name' => 'bnomei/kirby3-security-headers',
'pretty_version' => '5.0.3',
'version' => '5.0.3.0',
'pretty_version' => '5.0.4',
'version' => '5.0.4.0',
'reference' => null,
'type' => 'kirby-plugin',
'install_path' => __DIR__ . '/../../',
Expand All @@ -11,8 +11,8 @@
),
'versions' => array(
'bnomei/kirby3-security-headers' => array(
'pretty_version' => '5.0.3',
'version' => '5.0.3.0',
'pretty_version' => '5.0.4',
'version' => '5.0.4.0',
'reference' => null,
'type' => 'kirby-plugin',
'install_path' => __DIR__ . '/../../',
Expand Down

0 comments on commit 04d7a4c

Please sign in to comment.