Skip to content

Commit

Permalink
Create .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasVM authored Aug 2, 2023
1 parent be4d74e commit 782a1d0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Common settings that generally should always be used with your language specific settings

# Auto detect text files and perform LF normalization

# Scripts
*.bash text eol=lf
*.js text eol=lf

#
# Exclude files from exporting
#

.gitattributes export-ignore
.gitignore export-ignore
.gitkeep export-ignore

# Apply override to all files in the directory
*.md linguist-detectable

0 comments on commit 782a1d0

Please sign in to comment.