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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/.gitattributes2
-rw-r--r--exampleSite/.gitattributes2
-rw-r--r--static/.gitattributes2
3 files changed, 6 insertions, 0 deletions
diff --git a/assets/.gitattributes b/assets/.gitattributes
new file mode 100644
index 0000000..cea6c74
--- /dev/null
+++ b/assets/.gitattributes
@@ -0,0 +1,2 @@
+vendor/** linguist-generated=true
+vendor/** -diff -merge
diff --git a/exampleSite/.gitattributes b/exampleSite/.gitattributes
new file mode 100644
index 0000000..6393d4c
--- /dev/null
+++ b/exampleSite/.gitattributes
@@ -0,0 +1,2 @@
+resources/** linguist-generated=true
+resources/** -diff -merge
diff --git a/static/.gitattributes b/static/.gitattributes
new file mode 100644
index 0000000..fa63787
--- /dev/null
+++ b/static/.gitattributes
@@ -0,0 +1,2 @@
+fonts/** linguist-generated=true
+fonts/** -diff -merge