This is an automated email from the ASF dual-hosted git repository.
janardhan pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/systemml.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new 1b62541 [MINOR][DOC] .gitignore for vscode and build
1b62541 is described below
commit 1b62541481f77c376105b0b70b8fc13a608dcce9
Author: Sebastian <[email protected]>
AuthorDate: Wed Apr 8 11:51:13 2020 +0200
[MINOR][DOC] .gitignore for vscode and build
This patch adds a .gitignore for the documentation branch gh-pages.
It solves the problem of switching branch from a development branch,
to a documentation branch without having to worry about build artifacts.
Closes #879.
---
.gitignore | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..49c9ab1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,15 @@
+.classpath
+.jekyll-cache/
+.project
+_site/
+Gemfile.lock
+
+## VS Code
+
+.settings/
+.vscode/
+
+## Inproper copy when switching branch
+
+target/
+src/
\ No newline at end of file