File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Copyright: The Qt Company Ltd.
1919License: CC0-1.0
2020
2121# Project file
22- Files: *.pro *.qrc *CMakeLists.txt *.cmake qt-theme.ini files/* scripts/* src/lightdm-deepin-greeter/deepin-greeter .project
22+ Files: *.pro *.qrc *CMakeLists.txt *.cmake qt-theme.ini files/* scripts/* src/lightdm-deepin-greeter/deepin-greeter .project .syncexclude
2323Copyright: None
2424License: CC0-1.0
2525
Original file line number Diff line number Diff line change 1+ # Paths that will be exclude from synchronize workflow
2+ # Please use relative path which use project directory as root
3+ # Notice that
4+ # * .git
5+ # * debian
6+ # * archlinux
7+ # * .obs
8+ # * .github
9+ # are always ignored
10+ .syncexclude
11+ translations
12+ *.ts
13+ ts
You can’t perform that action at this time.
0 commit comments