diff --git a/.gitattributes b/.gitattributes index 438e79f..fb5be51 100644 --- a/.gitattributes +++ b/.gitattributes @@ -16,6 +16,7 @@ /.gitbook.yaml export-ignore .images/ export-ignore docs/ export-ignore +documentation/ export-ignore *.png filter=lfs diff=lfs merge=lfs -text *.jpg filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore index b4e3e3a..d2eca7c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,10 @@ -# I can't find a way to ignore further modifications to .import files +# Now I've found a way to ignore imported files :D +# But not in the .gitignore, sadly :( + +# Use the next code to ignore the imported files from your +# git status: +# +# git update-index --skip-worktree *.import +# +# It may not work as is, and you probably will need to replace +# `*.import` with each imported file path. But hey, it works!