This website requires JavaScript.
Explore
Help
Sign In
joseph
/
2DLightPathSimulator
Watch
1
Star
0
Fork
You've already forked 2DLightPathSimulator
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
2DLightPathSimulator
/
.gitignore
4 lines
69 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
changes
2023-07-11 06:03:08 +00:00
/.vs
update gitignore file to ignore all bin and obj folders
2023-07-11 06:46:31 +00:00
# Ignore any files in /bin and /obj Folders
**/bin/*
**/obj/*