Skip to content

Commit d217520

Browse files
committed
Added .translation-update
* Don't export .translation-update * Fixed .gitignore
1 parent afa0d7e commit d217520

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.gitattributes

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
# remove files from deployment using `git archive`
22

33
# git files
4-
.gitattributes export-ignore
5-
.github export-ignore
6-
.gitignore export-ignore
4+
.gitattributes export-ignore
5+
.github export-ignore
6+
.gitignore export-ignore
77

88

99
# several files and directories we never want to export
1010
# a little bit belt and braces as the most of these files
1111
# should never ever be in the repository
1212

13-
.*~ export-ignore
14-
.kdev4 export-ignore
13+
.*~ export-ignore
14+
.kdev4 export-ignore
15+
.translation-update export-ignore
1516

16-
/build export-ignore
17-
/temp export-ignore
18-
/tmp export-ignore
17+
/build export-ignore
18+
/temp export-ignore
19+
/tmp export-ignore

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1+
build
12
*.pro.user*
2-
src/translations/qterminal

.translation-update

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
translations='./src'

0 commit comments

Comments
 (0)