eb870e4caf
* Don't export .gitignore and .translation-update
20 lines
539 B
Plaintext
20 lines
539 B
Plaintext
# remove files from deployment using `git archive`
|
|
|
|
# git files
|
|
.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
|
|
.translation-updates export-ignore
|
|
|
|
/build export-ignore
|
|
/temp export-ignore
|
|
/tmp export-ignore
|