From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,NO_DNS_FOR_FROM, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from [192.168.1.2] (unknown [101.128.125.157]) by gnuweeb.org (Postfix) with ESMTPSA id 4DECB8062A; Sat, 30 Jul 2022 01:36:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1659144989; bh=M+SBScjejYS3Yjcnh4Irai9hAtw/A5Cl2FtcV3K/p0Y=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=WBSX1T0cE0514R4D0fnqZ8PZiMhgxXfYTXrQW/WmQlKkdv/vztCBkItQmQwlHZe+n RIdfbsRGXD6puR4AWh824NZXI2odEGF8TAO/CGeeetcIB/STdcjNkoqoJQZR0Md1TY Z5hZHqcaYOhXxwbuk8D7chl5xv5tay2vqZASglJ+qFLKkpno3rGke+BhAKSmFOGPue ry6g77VaVAbE/f/+lOMvCL7dFbYTFj6vWYQ1rQGgVKm6nyJZFWxFupTfgfg8Ejpb77 +oGCobGX2rwFFUo7AYy851kogHscfyCK/eyb1yp50jEKAiE7V6qBgMq3tJO45bpuyi FzNpjqqHFHdhg== Message-ID: <9d4f5986-9c80-2660-0c60-906650264991@gnuweeb.org> Date: Sat, 30 Jul 2022 08:36:25 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.1.0 Subject: Re: [PATCH v3 01/18] Add new table for atom URLs and broadcast chats in db.sql Content-Language: en-US To: Ammar Faizi Cc: GNU/Weeb Mailing List , Alviro Iskandar Setiawan References: <20220729014052.1547-1-kiizuha@gnuweeb.org> <20220729014052.1547-2-kiizuha@gnuweeb.org> <30e04cd0-3ec2-ad0b-5bb5-bdee2a07bdbd@gnuweeb.org> From: Muhammad Rizki In-Reply-To: <30e04cd0-3ec2-ad0b-5bb5-bdee2a07bdbd@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: On 30/07/2022 08.26, Ammar Faizi wrote: > On 7/29/22 8:40 AM, Muhammad Rizki wrote: >> diff --git a/.gitignore b/.gitignore >> index ca28962..511dbbe 100644 >> --- a/.gitignore >> +++ b/.gitignore >> @@ -136,4 +136,8 @@ data.json >>   # VSCode editor >>   .vscode/ >> +# PATCH >>   *.patch >> + >> +# RFC directory >> +RFC >> \ No newline at end of file > > This .gitignore part *should not* be in the same patch with this. > Oh yes, I will move my RFC out of work root directory to another directory.