Files
gsap-carousel/.gitignore
Ilia Mashkov 4ea641b64e feat: Husky pre-push хуки с проверками качества кода
- Добавлен Husky 9 с pre-push хуком
- Проверки: type-check, lint, lint:styles, build:prod
- Новые скрипты: build:prod, build:dev с env переменными
- Обновлен dev скрипт для использования env переменных
- Добавлена документация (.husky/README.md, HUSKY_SETUP.md)
- Обновлен .gitignore для включения .husky/
2025-11-19 10:26:47 +03:00

12 lines
246 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Игнорировать все папки, начинающиеся с точки
.*
# Исключения (не игнорировать)
!.gitignore
!.husky/
# Директории сборки
/build
/node_modules
/dist
/storybook-static