-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |