github.com/taubyte/tau-cli@v0.1.13-0.20240326000942-487f0d57edfc/.gitignore (about)

     1  # These are some examples of commonly ignored file patterns.
     2  # You should customize this list as applicable to your project.
     3  # Learn more about .gitignore:
     4  #     https://www.atlassian.com/git/tutorials/saving-changes/gitignore
     5  
     6  # Node artifact files
     7  node_modules/
     8  dist/
     9  npm/bin
    10  
    11  
    12  # Compiled Java class files
    13  *.class
    14  
    15  # Compiled Python bytecode
    16  *.py[cod]
    17  
    18  # Log files
    19  *.log
    20  
    21  # Package files
    22  *.jar
    23  
    24  # Maven
    25  target/
    26  dist/
    27  
    28  # JetBrains IDE
    29  .idea/
    30  
    31  # Unit test reports
    32  TEST*.xml
    33  
    34  # Generated by MacOS
    35  .DS_Store
    36  
    37  # Generated by Windows
    38  Thumbs.db
    39  
    40  # Applications
    41  *.app
    42  *.exe
    43  *.war
    44  
    45  # Large media files
    46  *.mp4
    47  *.tiff
    48  *.avi
    49  *.flv
    50  *.mov
    51  *.wmv
    52  
    53  fakeroot/
    54  _fakeroot/
    55  tests/tau
    56  tmp
    57  tests/tau-cli
    58  
    59  test_commands/
    60  
    61  tau-cli
    62  
    63  cover.out
    64  
    65  cli/flags