fix: removed postinstall from root package.json
This commit is contained in:
14
.gitattributes
vendored
Normal file
14
.gitattributes
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# Ensure shell scripts always use LF line endings
|
||||
*.sh text eol=lf
|
||||
|
||||
# Ensure other common files use appropriate line endings
|
||||
*.js text eol=lf
|
||||
*.ts text eol=lf
|
||||
*.json text eol=lf
|
||||
*.md text eol=lf
|
||||
*.yml text eol=lf
|
||||
*.yaml text eol=lf
|
||||
|
||||
# Docker files
|
||||
Dockerfile* text eol=lf
|
||||
docker-compose*.yml text eol=lf
|
||||
Reference in New Issue
Block a user