Skip to content

Commit

Permalink
chore: add .git-files and SECURITY policy
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryMaciek authored Aug 21, 2024
1 parent 6ed7be7 commit 8252691
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Normalise line endings automatically for files detected as text by default.
# That is: let the git installation on a user's machine decide
# which line ending to use when a repository is checked out.
# Subsequent lines may override this setting.
* text=auto

# recognise file syntax during diff
*.md text diff=markdown
*.sh text diff=bash

# force bash scripts to always use LF
*.sh text eol=lf

# specify which files/dirs to ignore on [download ZIP] (not a git repo)
.gitattributes export-ignore
.gitignore export-ignore
.github export-ignore
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# macOS system files
.DS_Store
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@AngryMaciek
6 changes: 6 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Security Policy

This is free and unencumbered software released into the public domain.
The author does not take any responsibility for security vulnerabilities
which might arise as a result of its use.
Please see the LICENSE file for more information.

0 comments on commit 8252691

Please sign in to comment.