github.com/supabase/cli@v1.168.1/.gitignore (about)

     1  # General
     2  .DS_Store
     3  .env
     4  
     5  # Binaries for programs and plugins
     6  *.exe
     7  *.exe~
     8  *.dll
     9  *.so
    10  *.dylib
    11  /cli
    12  
    13  # Test binary, built with `go test -c`
    14  *.test
    15  
    16  # Output of the go coverage tool, specifically when used with LiteIDE
    17  *.out
    18  
    19  # Dependency directories (remove the comment below to include it)
    20  # vendor/
    21  
    22  # IDE
    23  /.vscode
    24  /.idea
    25  
    26  # NPM
    27  node_modules
    28  package-lock.json
    29  
    30  # Initialized by cli for local testing
    31  /supabase