commit 160eb60a6b3fce4de0f09362fc76313c1607a769 Author: Aleksey Date: Sat Dec 2 14:14:15 2023 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ec2481e --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# ---> 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~ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..4ebddc4 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# c_piscine_rush_02 + +Rush project for 42 piscine \ No newline at end of file