From 5d8bfaf041b5d171077416fd51d5809a9283de2f Mon Sep 17 00:00:00 2001 From: Lieuwe Leene Date: Sat, 29 Oct 2022 12:06:48 +0200 Subject: [PATCH] git settings --- .gitattributes | 9 +++++++++ .gitignore | 25 +++++++++++++++++++++++++ .gitmodules | 3 +++ personal-page | 1 + 4 files changed, 38 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 .gitmodules create mode 160000 personal-page diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ab81e6b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +* text eol=lf +*.py text eol=lf +*.sh text eol=lf +*.md text eol=lf +*.txt text eol=lf +*.png binary +*.jpg binary +*.gz binary +*.zip binary diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0087b47 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +# Docker project generated files to ignore +# if you want to ignore files created by your editor/tools, +# please consider a global .gitignore https://help.github.com/articles/ignoring-files +.vagrant* +bin +docker/docker +.*.swp +a.out +*.orig +build_src +.flymake* +.idea +.DS_Store +docs/_build +docs/_static +docs/_templates +.gopath/ +.dotcloud +*.test +bundles/ +.hg/ +.git/ +vendor/pkg/ +pyenv +Vagrantfile diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..046b78e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "personal-page"] + path = personal-page + url = ssh://git.leene.dev:7676/lieuwe/personal-page.git diff --git a/personal-page b/personal-page new file mode 160000 index 0000000..649a903 --- /dev/null +++ b/personal-page @@ -0,0 +1 @@ +Subproject commit 649a903879b31a1053adc27e1682879a952119c6