mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-23 15:37:51 -08:00
Merge pull request #210 from fwenzel/gitignore-cleanup
gitignore cleanup
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -1,11 +1,4 @@
|
|||||||
/01 Acey Ducey/csharp/obj
|
*/.vs
|
||||||
/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/bin
|
||||||
*/csharp/obj
|
*/csharp/obj
|
||||||
@@ -15,3 +8,6 @@
|
|||||||
*.iml
|
*.iml
|
||||||
*.ipr
|
*.ipr
|
||||||
out/
|
out/
|
||||||
|
|
||||||
|
*.py[co]
|
||||||
|
Pipfile
|
||||||
|
|||||||
Reference in New Issue
Block a user