emesterhazy / glossika-to-anki

Convert Glossika PDFs and audio files into Anki decks
MIT License
32 stars 8 forks source link

Move .gitignore to subfolder #5

Closed deepakjois closed 6 years ago

deepakjois commented 6 years ago

It looks like I created the .gitignore in the wrong place, in the pull request earlier. It should be in a subfolder instead of at the root.

emesterhazy commented 6 years ago

Thanks Deepak, this is this right idea, but I think instead of moving the .gitignore file we should change it to exclude folders generated by the scripts no matter where they are within the repo.

Let's move the .gitignore back to the root and change it to:

*glossika_output
*glossika_src_data
*glossika_source
deepakjois commented 6 years ago

Done.

emesterhazy commented 6 years ago

Thanks!