diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..f438a80e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# git +.gitattributes export-ignore +.github export-ignore diff --git a/.gitignore b/.gitignore index f9c9e22a..9e14ef52 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-------------