Files
galaxy/.gitignore
T
Ryan Ward 11152f2f40 Galaxy v1.0.0: Remove warp-channel-config, rebrand bins/icons/settings, remove teams from Drive
- Remove warp-channel-config dependency; all bin targets hardcode ChannelConfig inline
- Rename bin targets: galaxy-oss, galaxy-local, galaxy-stable, galaxy-dev, galaxy-preview
- Rename config dir from .galaxy-ai to .galaxy
- Add Galaxy app icon (512x512 rounded PNG + SVG logo)
- Replace settings gear icon with Stars (sparkle) icon
- Remove lightbulb/resource center button from header toolbar
- Add Galaxy logo SVG to Settings > About page
- Rename Galaxify -> Galaxyize across all UI strings
- Remove Create Team / Join Team sections from Galaxy Drive
- Fix missing => in OpenRichInput match arms
- Clean up unused imports and warnings
- Update Cargo.toml bundle metadata with Samsung branding
- Re-enable code review, project explorer, global search in settings
2026-05-13 01:29:25 -05:00

61 lines
1.4 KiB
Plaintext

app/Carthage
app/frameworks/default/Carthage
app/frameworks/dev/Carthage
app/frameworks/**/*.xcframework
/target
/app/target
/warp.xcworkspace
.idea/
.DS_Store
*.icloud
app/src/server/graphql/schema/generated
crates/command-signatures-v2/js/build
crates/command-signatures-v2/js/node_modules
# For testing changes to the channel versions file
channel_versions_test.json
# Don't include any CPU profiling output by accident.
profile.pb
# Don't include any files that we write for testing purposes.
crates/warp_files/test_data/test_write
# Don't include fonts downloaded by the script used to generate font fallback code.
script/font_fallback/downloaded_fonts
# Don't include the generated Windows installer
script/windows/Output
.aider*
# temporary vim files. Source: https://github.com/github/gitignore/blob/main/Global/Vim.gitignore
*~
[._]*.s[a-v][a-z]
!*.svg # keep svg files
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
# Don't include the PTY recording.
warp.pty.recording
# Don't include captured frames generated locally.
frame_capture_*.png
# Don't include history file generated by migrations
app/src/persistence/schema.rs.orig
# Don't include personal Claude Code settings
.claude/settings.local.json
# Tab drag development notes
pr_cleanup.md
desired_behavior.md
# Don't include the python cache for bundled skills.
__pycache__/
# Local Warp upstream reference checkout (used by pull_warp_feature skill)
.galaxy/