github.com/opentofu/opentofu@v1.7.1/.gitignore (about)

     1  *.dll
     2  *.exe
     3  .DS_Store
     4  bin/
     5  modules-dev/
     6  /pkg/
     7  website/.vagrant
     8  website/.bundle
     9  website/build
    10  website/node_modules
    11  .vagrant/
    12  *.backup
    13  *.bak
    14  *~
    15  .*.swp
    16  .idea
    17  *.iml
    18  *.test
    19  *.iml
    20  
    21  /tofu
    22  
    23  website/vendor
    24  vendor/
    25  
    26  # VSCode debugging configurations
    27  .vscode/launch.json
    28  
    29  # Coverage
    30  coverage.txt
    31  
    32  # GoReleaser build directory
    33  dist/
    34  
    35  # Licensei cache file
    36  .licensei.cache
    37  
    38  # Development temp folder
    39  tmp