Option to read remote .gitignore and ignore those files.
Option to include / unignore certain files from remote .gitignore.
Example:
remote .gitignore:
config.toml
remote_gitignore = true
remote_gitignore_include_pattern = "Makefile"
In this example, the build dir would not be synced and Makefile would be synced.
Just an idea with an example, the include pattern option could be refined probably.
Option to read remote .gitignore and ignore those files.
Option to include / unignore certain files from remote .gitignore.
Example:
remote .gitignore:
config.toml
In this example, the build dir would not be synced and Makefile would be synced.
Just an idea with an example, the include pattern option could be refined probably.