mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2025-12-15 12:11:41 -06:00
46 lines
407 B
Plaintext
46 lines
407 B
Plaintext
# Git
|
|
.git
|
|
.gitignore
|
|
.github
|
|
|
|
# Rust
|
|
target/
|
|
**/*.rs.bk
|
|
|
|
# Node.js
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
.pnpm-store/
|
|
|
|
# Frontend build output
|
|
frontend/dist/
|
|
frontend/.next/
|
|
frontend/out/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# IDEs
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Documentation
|
|
*.md
|
|
!README.md
|
|
|
|
# CI/CD
|
|
.github/
|
|
|
|
# Other
|
|
Justfile
|
|
.dockerignore
|