First commit

This commit is contained in:
kyy
2026-01-15 14:12:41 +09:00
commit b28238cfd3
15 changed files with 1949 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
# Dependencies
# Ignore the node_modules directory in the sso-demo folder
sso-demo/node_modules
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment variables
# Never commit .env files with sensitive credentials
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDEs and editors folders
.idea/
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
# OS generated files
.DS_Store
Thumbs.db