mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-02 08:10:45 -08:00
16 lines
527 B
Plaintext
16 lines
527 B
Plaintext
################################################################################
|
|
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
|
|
################################################################################
|
|
|
|
/01 Acey Ducey/csharp/obj
|
|
/47 Hi-Lo/csharp/obj
|
|
/.vs
|
|
/33 Dice/csharp/obj
|
|
/01 Acey Ducey/csharp/.vs/AceyDucey
|
|
/01 Acey Ducey/csharp/bin/Debug/netcoreapp3.1
|
|
/33 Dice/csharp/bin/Debug/net5.0
|
|
/basic-computer-games-dot-net/.vs/basic-computer-games-dot-net/v16
|
|
|
|
*/csharp/bin
|
|
*/csharp/obj
|