Skip to content

Commit

Permalink
Update GIT related files
Browse files Browse the repository at this point in the history
  • Loading branch information
AnidemDex committed Jun 30, 2024
1 parent 3c5e698 commit b951880
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -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!

0 comments on commit b951880

Please sign in to comment.