Skip to content

Commit f329cc4

Browse files
committed
feat: add sync exclude file
as title Log: as title
1 parent 181011b commit f329cc4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.reuse/dep5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Copyright: The Qt Company Ltd.
1919
License: 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
2323
Copyright: None
2424
License: CC0-1.0
2525

.syncexclude

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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

0 commit comments

Comments
 (0)