Initial public release of Warp.
Repo-Sync-Origin: warpdotdev/warp-internal@12af1d983b
This commit is contained in:
+57
@@ -0,0 +1,57 @@
|
||||
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__/
|
||||
Reference in New Issue
Block a user