Skip to content

Commit

Permalink
Add basic .gitattributes (wpengine#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephfusco authored May 4, 2022
1 parent 95ed660 commit 16da039
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 @@
#
# Set default behavior to automatically normalize line endings.
#
* text=auto

#
# To keep certain files from displaying in diffs by default, or counting toward the repository language,
# you can mark them with the linguist-generated attribute in a .gitattributes file.
# https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github
#
package-lock.json linguist-generated=true

#
# Exclude files from exporting.
#
.gitattributes export-ignore
.gitignore export-ignore
.gitkeep export-ignore

0 comments on commit 16da039

Please sign in to comment.