This is an automated email from the ASF dual-hosted git repository.
johnsd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ctakes-website.git
The following commit(s) were added to refs/heads/main by this push:
new 4265f03 adding to .gitignore
4265f03 is described below
commit 4265f0358cb66d04b450a3ff34c929995a2c6c34
Author: Johnsd11 <[email protected]>
AuthorDate: Thu Jun 15 15:29:51 2023 -0400
adding to .gitignore
---
.gitignore | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/.gitignore b/.gitignore
index f40fbd8..663411d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,8 @@
-_site
-.sass-cache
-.jekyll-cache
+_site/
+.sass-cache/
+.jekyll-cache/
.jekyll-metadata
-vendor
+# Ignore folders generated by Bundler
+.bundle/
+vendor/
+.idea