AeThex-OS/.gitignore
MrPiglr 773cc74c33 Add OAuth 2.0 implementation with secure credential handling
- Implement server-side OAuth handlers for Discord, Roblox, GitHub
- Add OAuth routes with state validation and PKCE support
- Create comprehensive documentation (setup, rotation, quickstart)
- Add .env to .gitignore to protect credentials
2025-12-24 04:15:25 +00:00

11 lines
No EOL
121 B
Text

node_modules
dist
.DS_Store
server/public
vite.config.ts.*
*.tar.gz
# Environment variables
.env
.env.local
.env.*.local