src/eric7/Plugins/VcsPlugins/vcsGit/Config.py

Thu, 08 Sep 2022 16:57:18 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 08 Sep 2022 16:57:18 +0200
branch
eric7
changeset 9318
a47b5c46be3f
parent 9221
bf71ee032bb4
child 9653
e67609152c5e
permissions
-rw-r--r--

Added some more patterns to the .hgignore and .gitignore generator.

# -*- coding: utf-8 -*-

# Copyright (c) 2014 - 2022 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Module defining configuration variables for the Git package.
"""

# Available protocols for the repository URL
ConfigGitSchemes = [
    "file",
    "ftp",
    "ftps",
    "git",
    "http",
    "https",
    "rsync",
    "ssh",
    "ssh+scp",
]

eric ide

mercurial