From f17690f60b9b9aa14e7a9a4d1feb0e946acf3817 Mon Sep 17 00:00:00 2001 From: Putaek84 <132935102+Putaek84@users.noreply.github.com> Date: Wed, 13 May 2026 23:07:36 +0700 Subject: [PATCH] Update .gitignore @AppdbSDK --- .gitignore | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 13359a0..807c07f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,18 @@ -.build -.vscode \ No newline at end of file +# This .gitignore is appropriate for repositories deployed to GitHub Pages and using +# a Gemfile as specified at https://github.com/github/pages-gem#conventional + +# Basic Jekyll gitignores (synchronize to Jekyll.gitignore) +_site/ +.sass-cache/ +.jekyll-cache/ +.jekyll-metadata + +# Additional Ruby/bundler ignore for when you run: bundle install +/vendor + +# Specific ignore for GitHub Pages +# GitHub Pages will always use its own deployed version of pages-gem +# This means GitHub Pages will NOT use your Gemfile.lock and therefore it is +# counterproductive to check this file into the repository. +# Details at https://github.com/github/pages-gem/issues/768 +Gemfile.lock