Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-09-04 16:17:57 +0300
committerMichal Čihař <michal@cihar.com>2017-09-04 16:17:57 +0300
commitf407601d5988f97b47ff53e5bace9e17463b8f50 (patch)
tree66b9089cb80d5a6ec7fced475e16a0ea999cdd68 /.gitattributes
parent2b87c7d643516615474edd2d8fbf5659d34029d3 (diff)
Ignore some development files when exporting Git
Fixes #13632 Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000000..f7fdf994a0
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,10 @@
+.gitattributes export-ignore
+.gitignore export-ignore
+.github export-ignore
+.travis.yml export-ignore
+.scrutinizer.yml export-ignore
+.jshintrc export-ignore
+.weblate export-ignore
+codeconv.yml export-ignore
+.php_cs export-ignore
+build.xml export-ignore