From 33ab020a976cdd97ed55472557134fd35e3ae120 Mon Sep 17 00:00:00 2001 From: ronny abraham Date: Thu, 15 May 2025 13:57:09 +0300 Subject: [PATCH] update --- .gitignore | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 2 + 2 files changed, 108 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2559ff2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,106 @@ +# Created by https://www.toptal.com/developers/gitignore/api/osx,vim,emacs +# Edit at https://www.toptal.com/developers/gitignore?templates=osx,vim,emacs + +*.html +*.css + +### Emacs ### +# -*- mode: gitignore; -*- +*~ +\#*\# +/.emacs.desktop +/.emacs.desktop.lock +*.elc +auto-save-list +tramp +.\#* + +# Org-mode +.org-id-locations +*_archive + +# flymake-mode +*_flymake.* + +# eshell files +/eshell/history +/eshell/lastdir + +# elpa packages +/elpa/ + +# reftex files +*.rel + +# AUCTeX auto folder +/auto/ + +# cask packages +.cask/ +dist/ + +# Flycheck +flycheck_*.el + +# server auth directory +/server/ + +# projectiles files +.projectile + +# directory configuration +.dir-locals.el + +# network security +/network-security.data + + +### OSX ### +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +### Vim ### +# Swap +[._]*.s[a-v][a-z] +!*.svg # comment out if you don't need vector files +[._]*.sw[a-p] +[._]s[a-rt-v][a-z] +[._]ss[a-gi-z] +[._]sw[a-p] + +# Session +Session.vim +Sessionx.vim + +# Temporary +.netrwhist +# Auto-generated tag files +tags +# Persistent undo +[._]*.un~ + +# End of https://www.toptal.com/developers/gitignore/api/osx,vim,emacs diff --git a/README.md b/README.md new file mode 100644 index 0000000..d6ceff3 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +git remote add origin ssh://git@forgejo.ronnyabraham.com:222/notes/notes-courses.git +git push -u origin main