28 lines
309 B
Plaintext
28 lines
309 B
Plaintext
|
|
# Node modules
|
||
|
|
node_modules
|
||
|
|
|
||
|
|
# Build artifacts
|
||
|
|
.svelte-kit
|
||
|
|
.npm
|
||
|
|
|
||
|
|
# Development files
|
||
|
|
.git
|
||
|
|
.github
|
||
|
|
.vscode
|
||
|
|
*.md
|
||
|
|
!README.md
|
||
|
|
*.log
|
||
|
|
|
||
|
|
# Temporary files
|
||
|
|
*.tmp
|
||
|
|
*.temp
|
||
|
|
|
||
|
|
# Specific configuration files
|
||
|
|
.env*
|
||
|
|
!.env.example
|
||
|
|
|
||
|
|
# Previous server implementations
|
||
|
|
unified-server.js
|
||
|
|
production.js
|
||
|
|
src/proxy-websocket-server.js
|