Skip to content

Commit

Permalink
Clean up the types
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark authored Nov 4, 2020
1 parent 7264845 commit 2cd592e
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
# Define the line ending behavior of the different file extensions
# Set default behavior, in case users don't have core.autocrlf set.
* text=auto
* text eol=lf

# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.php text
*.default text
*.ctp text
*.sql text
*.md text
*.po text
*.js text
*.css text
*.ini text
*.properties text
*.txt text
*.xml text
*.svg text
*.yml text
.htaccess text
* text text=auto eol=lf

# Declare files that will always have CRLF line endings on checkout.
*.bat eol=crlf
Expand Down Expand Up @@ -48,7 +29,3 @@
*.webm binary
*.mp4 binary
*.ogv binary

# Remove files for archives generated using `git archive`
phpstan.neon export-ignore
.github export-ignore

0 comments on commit 2cd592e

Please sign in to comment.