File tree 3 files changed +11
-9
lines changed
3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1
1
# remove files from deployment using `git archive`
2
2
3
3
# 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
7
7
8
8
9
9
# several files and directories we never want to export
10
10
# a little bit belt and braces as the most of these files
11
11
# should never ever be in the repository
12
12
13
- . * ~ export-ignore
14
- .kdev4 export-ignore
13
+ . * ~ export-ignore
14
+ .kdev4 export-ignore
15
+ .translation-update export-ignore
15
16
16
- /build export-ignore
17
- /temp export-ignore
18
- /tmp export-ignore
17
+ /build export-ignore
18
+ /temp export-ignore
19
+ /tmp export-ignore
Original file line number Diff line number Diff line change
1
+ build
1
2
* .pro.user *
2
- src /translations /qterminal
Original file line number Diff line number Diff line change
1
+ translations='./src'
You can’t perform that action at this time.
0 commit comments