git settings

This commit is contained in:
Lieuwe Leene 2022-10-29 12:06:48 +02:00
commit 5d8bfaf041
4 changed files with 38 additions and 0 deletions

9
.gitattributes vendored Normal file
View File

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

25
.gitignore vendored Normal file
View File

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

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "personal-page"]
path = personal-page
url = ssh://git.leene.dev:7676/lieuwe/personal-page.git

1
personal-page Submodule

@ -0,0 +1 @@
Subproject commit 649a903879b31a1053adc27e1682879a952119c6