mirror of
https://github.com/aaddrick/claude-desktop-debian.git
synced 2026-05-17 08:36:35 +03:00
33 lines
323 B
Plaintext
33 lines
323 B
Plaintext
# Build output
|
|
build/
|
|
build_*/
|
|
|
|
# Dev folder
|
|
.dev/
|
|
|
|
# Reference implementation
|
|
reference/
|
|
|
|
# Node modules
|
|
node_modules/
|
|
|
|
# OS-specific files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
*.AppImage
|
|
*.desktop
|
|
*.deb
|
|
*.exe
|
|
|
|
|
|
# Test build output
|
|
test-build/
|
|
|
|
# Reference files for source inspection
|
|
build-reference/
|
|
|
|
# Nix build output
|
|
result
|
|
result-*
|