Files
whitenoise-cli/.gitignore
2025-08-05 08:48:14 +02:00

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