fix .gitignore to exclude nested bin/obj directories
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,6 +1,8 @@
|
||||
# Build outputs
|
||||
/bin/
|
||||
/obj/
|
||||
**/bin/
|
||||
**/obj/
|
||||
/out/
|
||||
/output/
|
||||
/publish/
|
||||
|
||||
Reference in New Issue
Block a user