Update .gitignore

This commit is contained in:
2020-06-03 17:13:37 +02:00
parent 037fdc2778
commit 06901c72c0

9
.gitignore vendored
View File

@@ -1,12 +1,3 @@
# Ignore all
*
# Unignore all with extensions
!*.*
# Unignore all dirs
!*/
### Above combination will ignore all files without extension ###
bin/
.vscode/