You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pygnore can be run offline because it copies the Python.gitignore file in the repo's root directory to the computer's home directory under the name ~/.pygnore.
Pip installation was discontinued because I don't know how to install the Python.gitignore file with the package.
Ideally Pip would automatically add the file to the user's desktop. If this is not possible then the following solution will be acceptable; Pip installs the file automatically and it can be accessed by the pygnore script.
The text was updated successfully, but these errors were encountered:
Are you suggesting, adding a line in the Makefile to run the Python.gitignore file??
Looks like yo have implemented the solution, correct me if I am wrong. Thanks
Can't we do something like manually creating a .txt with all the commands of python.gitignore and later change its name via some sort of Shell scripting? (I mean including a .txt file in the package rather than a .gitignore file)
I am not that aware of shell scripts, but this might work 🤔
Pygnore can be run offline because it copies the
Python.gitignore
file in the repo's root directory to the computer's home directory under the name~/.pygnore
.Pip installation was discontinued because I don't know how to install the
Python.gitignore
file with the package.Ideally Pip would automatically add the file to the user's desktop. If this is not possible then the following solution will be acceptable; Pip installs the file automatically and it can be accessed by the
pygnore
script.The text was updated successfully, but these errors were encountered: