SSL-Sniffer/.gitignore
2025-06-28 17:07:53 +00:00

34 lines
327 B
Plaintext

test-results
node_modules
# Output
.output
.vercel
.netlify
.wrangler
/.svelte-kit
/build
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
# Custom
config/*/*
private/**
services/**
**/http/*
!**/*.gitkeep
!**/*.example
!**/http/example.conf