forked from lxqt/lxqt-panel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Don't export .translation-update
- Loading branch information
Showing
2 changed files
with
31 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
# remove files from deployment using `git archive` | ||
|
||
# git files | ||
.gitattributes export-ignore | ||
.github export-ignore | ||
.gitignore export-ignore | ||
.gitattributes export-ignore | ||
.github export-ignore | ||
.gitignore export-ignore | ||
|
||
|
||
# several files and directories we never want to export | ||
# a little bit belt and braces as the most of these files | ||
# should never ever be in the repository | ||
|
||
.*~ export-ignore | ||
.kdev4 export-ignore | ||
|
||
/build export-ignore | ||
/temp export-ignore | ||
/tmp export-ignore | ||
.*~ export-ignore | ||
.kdev4 export-ignore | ||
.translation_update export-ignore | ||
/build export-ignore | ||
/temp export-ignore | ||
/tmp export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
translations=' | ||
./panel | ||
./plugin-colorpicker | ||
./plugin-cpuload | ||
./plugin-desktopswitch | ||
./plugin-directorymenu | ||
./plugin-dom | ||
./plugin-kbindicator | ||
./plugin-mainmenu | ||
./plugin-mount | ||
./plugin-networkmonitor | ||
./plugin-quicklaunch | ||
./plugin-sensors | ||
./plugin-showdesktop | ||
./plugin-spacer | ||
./plugin-statusnotifier | ||
./plugin-sysstat | ||
./plugin-taskbar | ||
./plugin-tray | ||
./plugin-volume | ||
./plugin-worldclock | ||
' |