Skip to content

Commit e93d406

Browse files
authored
fix: don't include any possible IO dlls
1 parent f351dee commit e93d406

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ Logs/*
55
*.log
66
Temp/*
77
.vscode/*
8-
# DO NOT INCLUDE THE FUCKING SYMBOLS
8+
9+
# Don't include symbols or system-specific info as it just bloats the repository
910
obj/*
1011
*.htm
1112
uWindowCapture.log
13+
14+
# Don't include IO dlls
15+
Assets/IO/*

0 commit comments

Comments
 (0)