1- <<<<<<< HEAD
2- # Remove Cargo.lock from gitignore if creating an executable
3- # Cargo.lock
4- # Generated by Cargo
5- # will have compiled files and executables
6- =======
71# Rust / Cargo
8- >>>>>>> chore /bisect
92# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
10- # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
113debug /
124target /
13- <<<<<<< HEAD
14- # Bun & Node.js
15- node_modules /
16- .bun /
17- bun.lockb
18- package-lock.json
19- yarn.lock
20- npm-debug.log *
21- yarn-debug.log *
22- yarn-error.log *
23- pnpm-debug.log *
24-
25- # Build output
26- dist /
27- build /
28- out /
29- .output /
30- * .tsbuildinfo
31-
32- # API documentation
33- api-docs /
34- =======
355** /* .rs.bk
366* .pdb
37- >>>>>>> chore /bisect
387
398# Bun & Node.js
409node_modules /
@@ -47,77 +16,6 @@ yarn-debug.log*
4716yarn-error.log *
4817pnpm-debug.log *
4918
50- <<<<<<< HEAD
51- # Test containers
52- # tests/containers/*
53- # !tests/containers/Dockerfile
54- # !tests/containers/mkosi.default
55- # MSVC Windows builds of rustc generate these, which store debugging information
56- * .pdb
57-
58- # RustRover
59- # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
60- # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
61- # and can be added to the global gitignore or merged into this file. For a more nuclear
62- # option (not recommended) you can uncomment the following to ignore the entire idea folder.
63- # .idea/
64-
65- # Test containers
66- tests /containers /*
67- ! tests /containers /Dockerfile
68- ! tests /containers /mkosi.default
69- # TypeScript cache
70- * .tsbuildinfo
71- .temp /
72- .cache /
73-
74- # IDE and editors
75- .idea /
76- .vscode /
77- * .swp
78- * .swo
79- * ~
80- .project
81- .classpath
82- .settings /
83- * .sublime-workspace
84- * .sublime-project
85-
86- # OS specific files
87- .DS_Store
88- Thumbs.db
89- ehthumbs.db
90- Desktop.ini
91- $RECYCLE.BIN /
92-
93- # Environment variables
94- .env
95- .env.local
96- .env.development.local
97- .env.test.local
98- .env.production.local
99-
100- # Debug files
101- .debug /
102- debug /
103- debug.log
104-
105- # Testing
106- coverage /
107- .nyc_output /
108-
109- # Logs
110- logs /
111- * .log
112-
113- # Rust output (if any Rust components)
114- target /
115- * .rs.bk
116- Cargo.lock
117-
118-
119- =======
120- >>>>>>> chore /bisect
12119# Build output
12220dist /
12321build /
12927api-docs /
13028
13129# TypeScript cache
132- <<<<<<< HEAD
133- * .tsbuildinfo
134- =======
135- >>>>>>> chore /bisect
13630.temp /
13731.cache /
13832
@@ -164,10 +58,6 @@ $RECYCLE.BIN/
16458
16559# Debug files
16660.debug /
167- <<<<<<< HEAD
168- debug /
169- =======
170- >>>>>>> chore /bisect
17161debug.log
17262
17363# Testing
@@ -178,24 +68,19 @@ coverage/
17868logs /
17969* .log
18070
181- <<<<<<< HEAD
182- # Rust output (if any Rust components)
183- target /
184- * .rs.bk
185- Cargo.lock
186-
187- # Miscellaneous
188- .tmp /
189- .history /
190- .turbo /
191- .vercel /
192- .next /
193- ** /.claude.json
194- .claude.json
195- =======
19671# Miscellaneous
19772.tmp /
19873.turbo /
19974.vercel /
20075.next /
201- >>>>>>> chore /bisect
76+
77+ # Test containers
78+ tests /containers /*
79+ ! tests /containers /Dockerfile
80+ ! tests /containers /mkosi.default
81+
82+ # Screenshots (generated, stored as GitHub assets)
83+ screenshots /
84+
85+ # Temporary screenshot script
86+ screenshot.cjs
0 commit comments