Keep unwanted files in separate folder

PR #19842.
Closes #13531.
This commit is contained in:
Vladimir Golovnev
2023-11-05 11:00:06 +03:00
committed by GitHub
parent 7f57324655
commit e216a9cf53
3 changed files with 92 additions and 46 deletions

View File

@@ -33,3 +33,4 @@
#include "base/global.h"
inline const QString QB_EXT = u".!qB"_s;
inline const QString UNWANTED_FOLDER_NAME = u".unwanted"_s;