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

fix .gitignore not tracking existing folders #5946

Merged
merged 2 commits into from
Dec 10, 2021

Commits on Dec 10, 2021

  1. fix .gitignore not tracking existing folders

    fix .gitignore so that the files that are in the repository are actually being tracked.
    
    Everything in the data/ folder is ignored, which also means the subdirectories are ignored. Fix so that the subdirectories and their contents are still tracked.
    pasmai committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    705da48 View commit details
    Browse the repository at this point in the history
  2. Remove data/trainings

    glenn-jocher committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    e6e4764 View commit details
    Browse the repository at this point in the history