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

Load gitignore file (#1273) #1298

Merged

Commits on Nov 16, 2023

  1. Load gitignore file (jupyterlab#1273)

    * Throw 403 if file is hidden
    
    * Add Helpful GUI message for hidden files
    
    * Fetch file contents if hidden file
    
    * Show hidden file in widget
    
    * Format gitignore file
    
    * Show hidden file message when adding file to .gitignore
    
    * Add ability to save .gitignore
    
    * Fix bug where you can open two .gitignore files
    
    * Add option to hide hidden file warning
    
    * Fix PR requests for gitignore bug
    
    * Fix prettier styles for gitignore
    
    * Improve translation
    
    * Improve gitignore model and add hiddenFile option to schema
    
    * Fix eslint
    
    * Fix .gitignore content sending
    
    ---------
    
    Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com>
    (cherry picked from commit 23fa764)
    kentarolim10 authored and fcollonval committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    bc60971 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    fcollonval committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    5b60a47 View commit details
    Browse the repository at this point in the history