Skip to content

Commit 5cdef87

Browse files
committed
Remove directories previous_parts and .vscode
This commit removes two top-level directories: previous_parts, and .vscode. The previous_parts directory was used to record the progression of the main.cpp file as I worked through "Ray Tracing in One Weekend". However, all such main.cpp files are already available in the commit history, which also contains the previous revisions of the header files that any reader would need to know to be able to interpret those previous versions of main.cpp in the first place. Thus, there is no benefit to keeping the previous_parts directory, and so we remove it. The .vscode directory is removed for now because it contains only generic configuration and settings files specific to my own personal usage of Visual Studio Code; those files are not necessary for other users to build nor run the code.
1 parent 5c0a875 commit 5cdef87

25 files changed

+0
-1713416
lines changed

.vscode/c_cpp_properties.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 72 deletions
This file was deleted.

.vscode/tasks.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

previous_parts/part_10_metal_and_lambertian_spheres.cpp

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)