Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added __init__.py to make fragfold/src a module #10

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

Ferryistaken
Copy link
Contributor

The file __init__.py isn't included in fragfold/src, meaning that it's not recognized as a python package.

Also, I had to force add this file by running:

git add -f fragfold

And then adding the specific file. For some reason when just trying to git add fragfold/src/__init__.py I got:

The following paths are ignored by one of your .gitignore files:
fragfold
hint: Use -f if you really want to add them.
hint: Disable this message with "git config advice.addIgnoredFile false"

However I couldn't figure out where in the .gitignore it's ignored. git check-ignore -v fragfold doesn't return anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants