diff --git a/.gitignore b/.gitignore index 431cdac..5425bfa 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,32 @@ Temporary Items # .nfs files are created when an open file is removed but is still being accessed .nfs* +# ---> Windows +# thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + # ---> Go # Binaries for programs and plugins *.exe @@ -72,4 +98,11 @@ docs # Don't include compiled binary main -opendtu-logger \ No newline at end of file +opendtu-logger + +# OpenDTU reference repository for testing +opendtu/ + +# Test coverage files +coverage.out +coverage.html \ No newline at end of file