From 8f55019e01e970770e48fddb052ac3391a86c764 Mon Sep 17 00:00:00 2001 From: Ahmet Bora Date: Tue, 12 Jan 2021 16:41:27 +0300 Subject: [PATCH] Adds `.gitattributes` and updates `.gitignore` --- .gitattributes | 3 +++ .gitignore | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f438a80 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# git +.gitattributes export-ignore +.github export-ignore diff --git a/.gitignore b/.gitignore index f9c9e22..9e14ef5 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,13 @@ Icon # --------------- .lock +# Editors +# --------------- +*.sublime-project +*.sublime-workspace +/.vscode +/.idea + # -------------SECURITY------------- # NEVER publish these files via Git! # -------------SECURITY-------------