We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d89aba + 6e1851a commit ead26f9Copy full SHA for ead26f9
core/git_mixins/ignore.py
@@ -21,4 +21,4 @@ def add_ignore(self, path_or_pattern):
21
linesep = os.linesep
22
23
with open(os.path.join(self.repo_path, ".gitignore"), "at") as ignore_file:
24
- ignore_file.write(linesep + "# added by GitSavvy" + linesep + path_or_pattern + linesep)
+ ignore_file.write(linesep + path_or_pattern + linesep)
0 commit comments