For example, I have folder E:\MyGitFolder, in this folder my project which I synchronize with GitHub use Git. When I start plugin Glue in this folder, the file E:\MyGitFolder\terminal.glue is created. After I import git push, the terminal.glue file is loaded on GitHub. I don’t want that this file was in my repository on GitHub.
Whether I that the terminal.glue file was created, for example, in the E:\GlueFolder folder when I open Glue in the folder can make? I know about .gitignore and cd E:/MyGitFolder, but it is additional work and it takes away time.
Thanks.