- Changed calendar from full sidebar to compact containerized box - Reduced calendar size (190px width) to minimize space usage - Increased main container max-width from 600px to 850px for two-column layout - Added proper styling for .main element (white background, shadow, padding) - Improved visual hierarchy with matching design patterns - Updated CSS version for cache busting
44 lines
716 B
Plaintext
44 lines
716 B
Plaintext
# Зависимости
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# База данных (можно исключить если не хотите хранить в репозитории)
|
|
notes.db
|
|
*.db
|
|
|
|
# Переменные окружения
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Логи
|
|
logs/
|
|
*.log
|
|
|
|
# Системные файлы
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Редакторские файлы
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Временные файлы сборки
|
|
dist/
|
|
build/
|
|
|
|
# Загруженные аватарки пользователей
|
|
public/uploads/*
|
|
!public/uploads/.gitignore
|
|
|
|
# Временные файлы
|
|
/tmp/
|
|
*.tmp
|
|
|
|
.cursor/ |