Files
randopix/.gitignore
2020-05-18 19:58:10 +02:00

12 lines
157 B
Plaintext

# Ignore all
*
# Unignore all with extensions
!*.*
# Unignore all dirs
!*/
### Above combination will ignore all files without extension ###
bin/
.vscode/