From 9b410b1c9d1bb76d6c874f94356c773a7ada7ccc Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 31 Jan 2022 20:45:03 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Added=20.gitignore=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e6d542a --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# gitignore created on 01/31/22 at 20:45 +# Disable reminder in prompt +ignoredirmessage + +# OS generated files +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + +# Other +.installed + + +# ignore commit message +.gitcommit