From 04a49b77a46ba5d6fa156f451276d8e133f43697 Mon Sep 17 00:00:00 2001 From: Budi Setiawan Date: Tue, 15 Aug 2023 22:49:15 +0700 Subject: [PATCH] Update 'README.md' --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d03fad8..ef85827 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,15 @@ Git Commands | `git init` | Initialize a local Git repository | | `git clone ssh://git@github.com/[username]/[repository-name].git` | Create a local copy of a remote repository | +### ignore or exeption + +- create file .gitignore +- add line example +``` +foldername +*.pid //file extension +``` + ### Basic Snapshotting | Command | Description |