Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Socket Server
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Merge Requests
0
CI / CD
Security & Compliance
Packages
Analytics
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Socket Server
Compare Revisions
0990ef547ae4b1836292696e6298d5d9f9cfdfa4...265ec60bd4100142a4b7b7013940a4ec2129d55c
Source
265ec60bd4100142a4b7b7013940a4ec2129d55c
...
Target
0990ef547ae4b1836292696e6298d5d9f9cfdfa4
Compare
Commits (2)
(chore): Mirror .gitattributes
· 6ad7b909
Emiliano Balbuena
authored
5 days ago
6ad7b909
Merge branch 'chore/local-infra-tweaks' into 'master'
· 265ec60b
Brian Hatchet
authored
53 minutes ago
Local stack tweaks See merge request
!3
265ec60b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
46 additions
and
0 deletions
+46
-0
.gitattributes
0 → 100644
View file @
265ec60b
# Define the line ending behavior of the different file extensions
# Set default behaviour, 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
*.md text
*.po text
*.js text
*.css text
*.ini text
*.txt text
*.xml text
# Declare files that will always have CRLF line endings on checkout.
*.bat eol=crlf
*.ps1 eol=crlf
# Declare files that will always have LF line endings on checkout.
*.pem eol=lf
*.sh eol=lf
*.cql eol=lf
containers/** eol=lf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.gif binary
*.ico binary
*.mo binary
# Remove files for archives generated using `git archive`
appveyor.yml export-ignore
CONTRIBUTING.md export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
Makefile export-ignore
phpunit.xml.dist export-ignore
.travis.yml export-ignore
tests/test_app export-ignore
tests/TestCase export-ignore
This diff is collapsed.