From 9509148e9dc5120f2026c0337a880089734d8c80 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 13 Feb 2020 14:30:54 +0400 Subject: Formed structure of the repository Signed-off-by: Valentin Popov --- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ac2ac55..20d10d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,21 @@ +### Git ### + +# Created by git for backups. To disable backups in Git: +.git/ + +# $ git config --global mergetool.keepBackup false +*.orig + +# Created by git when using merge tools for conflicts +*.BACKUP.* +*.BASE.* +*.LOCAL.* +*.REMOTE.* +*_BACKUP_*.txt +*_BASE_*.txt +*_LOCAL_*.txt +*_REMOTE_*.txt + ### Linux ### *~ @@ -176,3 +194,8 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk + +### Project ### + +# Resulting code +/*.js -- cgit v1.2.3