feat: initialize Nuxt.js frontend application with Docker setup, global styling, and authentication pages.

This commit is contained in:
Missez 2026-02-05 13:43:16 +07:00
parent cf37d7371c
commit dfcabe306c
7 changed files with 238 additions and 12 deletions

View file

@ -0,0 +1,37 @@
# Dependencies
node_modules
# Build output
.output
.nuxt
dist
# Development files
.env
.env.local
*.log
# IDE & OS files
.vscode
.idea
*.swp
*.swo
.DS_Store
Thumbs.db
# Git
.git
.gitignore
# Docker files (prevent recursive copying)
Dockerfile*
docker-compose*.yml
.dockerignore
# Documentation
*.md
!README.md
# Test files
coverage
.nyc_output