Skip to content

Commit d73710d

Browse files
linesightclaude
andcommitted
macos: fix CRLF line endings in .gitignore
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 51b7e69 commit d73710d

1 file changed

Lines changed: 37 additions & 37 deletions

File tree

.gitignore

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
1-
.idea/
2-
build/
3-
dist/
4-
cefpython3/*.pyd
5-
cefpython3/*.dll
6-
cefpython3/*.exe
7-
cefpython3/*.so
8-
cefpython3/*.so.*
9-
cefpython3/subprocess
10-
cefpython3/chrome_crashpad_handler
11-
cefpython3/Chromium Embedded Framework.framework/
12-
cefpython3/*.pak
13-
cefpython3/*.dat
14-
cefpython3/*.bin
15-
cefpython3/*.json
16-
cefpython3/locales/
17-
_cmake_test/
18-
_skbuild/
19-
venv/
20-
*.log
21-
__pycache__/
22-
*.pyc
23-
cefclient
24-
webcache/
25-
examples/screenshot.png
26-
examples/pyinstaller/build/
27-
examples/pyinstaller/dist/
28-
examples/GPUCache/
29-
examples/blob_storage/
30-
examples/webrtc_event_logs/
31-
unittests/GPUCache/
32-
unittests/blob_storage/
33-
unittests/webrtc_event_logs/
34-
.DS_Store
35-
MediaDeviceSalts
36-
MediaDeviceSalts-journal
37-
.claude/
1+
.idea/
2+
build/
3+
dist/
4+
cefpython3/*.pyd
5+
cefpython3/*.dll
6+
cefpython3/*.exe
7+
cefpython3/*.so
8+
cefpython3/*.so.*
9+
cefpython3/subprocess
10+
cefpython3/chrome_crashpad_handler
11+
cefpython3/Chromium Embedded Framework.framework/
12+
cefpython3/*.pak
13+
cefpython3/*.dat
14+
cefpython3/*.bin
15+
cefpython3/*.json
16+
cefpython3/locales/
17+
_cmake_test/
18+
_skbuild/
19+
venv/
20+
*.log
21+
__pycache__/
22+
*.pyc
23+
cefclient
24+
webcache/
25+
examples/screenshot.png
26+
examples/pyinstaller/build/
27+
examples/pyinstaller/dist/
28+
examples/GPUCache/
29+
examples/blob_storage/
30+
examples/webrtc_event_logs/
31+
unittests/GPUCache/
32+
unittests/blob_storage/
33+
unittests/webrtc_event_logs/
34+
.DS_Store
35+
MediaDeviceSalts
36+
MediaDeviceSalts-journal
37+
.claude/

0 commit comments

Comments
 (0)