You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/05 08:26:29 UTC

[2/2] sling-site git commit: Make sure .gitignore is published

Make sure .gitignore is published


Project: http://git-wip-us.apache.org/repos/asf/sling-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/sling-site/commit/5a345431
Tree: http://git-wip-us.apache.org/repos/asf/sling-site/tree/5a345431
Diff: http://git-wip-us.apache.org/repos/asf/sling-site/diff/5a345431

Branch: refs/heads/master
Commit: 5a345431a0f15ca58780e180729fa68786e195bc
Parents: 3e58fbd
Author: Robert Munteanu <ro...@apache.org>
Authored: Thu Oct 5 10:55:46 2017 +0300
Committer: Robert Munteanu <ro...@apache.org>
Committed: Thu Oct 5 11:26:18 2017 +0300

----------------------------------------------------------------------
 .gitignore                       | 1 +
 src/main/jbake/assets/.gitignore | 4 ++++
 2 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sling-site/blob/5a345431/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 1a0836c..2d8030d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ cache
 target
 # IDE settings
 .*
+!.gitignore

http://git-wip-us.apache.org/repos/asf/sling-site/blob/5a345431/src/main/jbake/assets/.gitignore
----------------------------------------------------------------------
diff --git a/src/main/jbake/assets/.gitignore b/src/main/jbake/assets/.gitignore
new file mode 100644
index 0000000..12f9706
--- /dev/null
+++ b/src/main/jbake/assets/.gitignore
@@ -0,0 +1,4 @@
+# JBake folders
+output
+cache
+target