mirror of
https://github.com/aljazceru/whitenoise-cli.git
synced 2025-12-17 05:54:23 +01:00
36 lines
402 B
Plaintext
36 lines
402 B
Plaintext
# Build artifacts
|
|
target/
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Temporary demo directories
|
|
alice_demo/
|
|
bob_demo/
|
|
charlie_demo/
|
|
test_demo/
|
|
alice/
|
|
bob/
|
|
simple_demo/
|
|
test_storage/
|
|
.whitenoise-cli/
|
|
|
|
# Temporary files and logs
|
|
*.log
|
|
*.txt
|
|
*.json
|
|
*.md
|
|
!README.md
|
|
!Cargo.toml
|
|
group_id.txt
|
|
|
|
# Whitenoise dependency (external - should not be in repo)
|
|
whitenoise/
|
|
|
|
# IDE and system files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store |