summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2016-07-12 14:59:52 +0100
committerSean Owen <sowen@cloudera.com>2016-07-13 20:31:46 +0100
commit79623789d101a35a8d97d157aec6788eab9a02b6 (patch)
tree38b69200e7954d4922d6437b35ada8f21c31fec3
parentfff0f57013b88c7b3f2906564421323f357e6d01 (diff)
downloadspark-website-79623789d101a35a8d97d157aec6788eab9a02b6.tar.gz
spark-website-79623789d101a35a8d97d157aec6788eab9a02b6.tar.bz2
spark-website-79623789d101a35a8d97d157aec6788eab9a02b6.zip
Add .gitignore for Spark site repo (and test git machinery for new site repo)
-rw-r--r--.gitignore1
-rw-r--r--_config.yml2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..62c893550
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.idea/ \ No newline at end of file
diff --git a/_config.yml b/_config.yml
index 2128b28af..dfe223308 100644
--- a/_config.yml
+++ b/_config.yml
@@ -5,7 +5,7 @@ kramdown:
permalink: none
destination: site
exclude: ['README.md']
-keep_files: ['docs', '.svn']
+keep_files: ['docs']
# The recommended way of viewing the website on your local machine is via jekyll using
# a webserver, e.g. with a command like: jekyll serve --watch --trace