github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/.gitignore (about)

     1  # Compiled Object files, Static and Dynamic libs (Shared Objects)
     2  *.o
     3  *.a
     4  *.so
     5  *.log
     6  /*.hcl
     7  .DS_Store
     8  Thumbs.db
     9  .idea
    10  
    11  # Folders
    12  _obj
    13  _test
    14  
    15  # Architecture specific extensions/prefixes
    16  *.[568vq]
    17  [568vq].out
    18  
    19  *.cgo1.go
    20  *.cgo2.c
    21  _cgo_defun.c
    22  _cgo_gotypes.go
    23  _cgo_export.*
    24  
    25  _testmain.go
    26  
    27  *.exe
    28  *.test
    29  *.prof
    30  
    31  /tags
    32  /bin/
    33  /pkg/
    34  .vagrant
    35  website/build/
    36  website/npm-debug.log
    37  *.old
    38  *.attr
    39  
    40  # Test file
    41  exit-code
    42  
    43  # Don't commit uncompressed state test files
    44  client/state/testdata/*.db
    45  
    46  ui/.sass-cache
    47  ui/static/base.css
    48  
    49  ui/static/application.min.js
    50  ui/dist/
    51  
    52  *.swp
    53  *.iml
    54  
    55  website/.bundle
    56  website/vendor
    57  
    58  # Go work files
    59  go.work
    60  go.work.sum
    61  
    62  # init outputs
    63  example.nomad
    64  spec.hcl
    65  volume.hcl
    66  nomad_linux_amd64
    67  nomad_darwin_amd64
    68  TODO.md
    69  codecgen-*.generated.go
    70  **/structs.generated.go
    71  GNUMakefile.local
    72  
    73  # Terraform state and locking files.
    74  .terraform
    75  *.tfstate*
    76  .terraform.lock.hcl
    77  
    78  rkt-*
    79  
    80  # Common editor config
    81  ./idea
    82  *.iml
    83  .vscode
    84  
    85  # UI rules
    86  
    87  # compiled output
    88  /ui/dist
    89  /ui/tmp
    90  
    91  # dependencies
    92  /ui/node_modules
    93  /ui/bower_components
    94  
    95  # misc
    96  /ui/.sass-cache
    97  /ui/.eslintcache
    98  /ui/.storybook/preview-head.html
    99  /ui/connect.lock
   100  /ui/coverage/*
   101  /ui/libpeerconnection.log
   102  /ui/npm-debug.log*
   103  /ui/testem.log
   104  /ui/.env*
   105  /ui/.pnp*
   106  .ignore
   107  
   108  # ember-try
   109  /ui/.node_modules.ember-try/
   110  /ui/bower.json.ember-try
   111  /ui/package.json.ember-try
   112  
   113  # generated routes file
   114  command/agent/bindata_assetfs.go
   115  
   116  # auto-generated cert file for Terraform/Azure
   117  azure-hashistack.pem
   118  
   119  # generated keys for e2e tests
   120  e2e/terraform/keys/
   121  
   122  # debug bundles
   123  nomad-debug-*
   124  
   125  # locally compiled ecs driver for e2e testing
   126  e2e/terraform/packer/ubuntu-bionic-amd64/nomad-driver-ecs
   127  
   128  # generated variables for e2e tests
   129  e2e/remotetasks/input/ecs.vars
   130  
   131  # local terraform overrides
   132  *.auto.tfvars
   133  
   134  # Tools files
   135  tools/missing/missing