On branch main
new file: .gitattributes modified: main_dc/yalarba/api_yal/go.mod modified: main_dc/yalarba/api_yal/go.sum deleted: main_dc/yalarba/api_yal/test/e2e/api_test.go deleted: main_dc/yalarba/api_yal/test/fixtures/test_data.go deleted: main_dc/yalarba/api_yal/test/intergration/account_intergration_test.go modified: main_dc/yalarba/api_yal/test/intergration/setup_test.go new file: main_dc/yalarba/api_yal/test/setup_test.go create gitattributes text=auto chate LF=CRLF=>auto create test's file's
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# Нормализовать окончания строк: хранить LF в репозитории
|
||||
* text=auto
|
||||
|
||||
# Явно указать текстовые файлы — Git будет применять конвертацию
|
||||
*.go text
|
||||
*.mod text
|
||||
*.sum text
|
||||
*.txt text
|
||||
*.md text
|
||||
*.json text
|
||||
*.yml text
|
||||
*.yaml text
|
||||
|
||||
# Бинарные файлы — не трогать окончания строк
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
*.jpeg binary
|
||||
*.gif binary
|
||||
*.zip binary
|
||||
*.exe binary
|
||||
Reference in New Issue
Block a user