add build,deploy prototype

This commit is contained in:
hiondal
2025-10-31 13:26:13 +09:00
parent 82086fcf64
commit f246477629
10 changed files with 842 additions and 0 deletions
+56
View File
@@ -0,0 +1,56 @@
# Git
.git
.gitignore
# IDE
.idea
.vscode
*.iml
# Build artifacts
target/
build/
*.class
*.jar
*.war
# Logs
logs/
*.log
# Temporary files
*.tmp
*.temp
*.swp
*~
# OS files
.DS_Store
Thumbs.db
# Documentation (except prototype files)
docs/
*.md
!README.md
# Test files
test/
tests/
*.test.js
# CI/CD
.github/
.gitlab-ci.yml
Jenkinsfile
# Dependencies (will be installed in container)
node_modules/
vendor/
# Deployment files (except what we need)
deployment/*
!deployment/uiux/nginx.conf
# Keep only prototype HTML files
design/*
!design/uiux/prototype/*.html