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-------------