Files
gsap-carousel/.gitignore
Ilia Mashkov 1318800f75 feat: инициализация проекта с React 19 и TypeScript 5
- Создан package.json со всеми зависимостями
- Добавлены npm скрипты для разработки и сборки
- Создана базовая структура: src/, public/
- Настроен .gitignore (игнорирование папок с точкой)
- Добавлен базовый React компонент с TypeScript
2025-11-19 10:17:50 +03:00

11 lines
237 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
# Директории сборки
/build
/node_modules
/dist
/storybook-static