github.com/masterhung0112/hk_server/v5@v5.0.0-20220302090640-ec71aef15e1c/.gitignore (about)

     1  
     2  logs
     3  .DS_Store
     4  node_modules
     5  /dist
     6  /webapp/dist
     7  jobserver
     8  npm-debug.log
     9  webapp/yarn-error.log
    10  mattermost.mattermost-license
    11  config/mattermost.mattermost-license
    12  config/config.json
    13  config/*.crt
    14  
    15  web/static/js/bundle*.js
    16  web/static/js/bundle*.js.map
    17  web/static/js/libs*.js
    18  
    19  config/active.dat
    20  config/config.json
    21  /plugins
    22  
    23  # Enterprise imports file
    24  imports/imports.go
    25  
    26  # Build Targets
    27  .prebuild
    28  .npminstall
    29  .yarninstall
    30  /prepackaged_plugins
    31  
    32  # Compiled Object files, Static and Dynamic libs (Shared Objects)
    33  *.o
    34  *.a
    35  *.so
    36  
    37  # Folders
    38  _obj
    39  _test
    40  testfiles
    41  
    42  # Architecture specific extensions/prefixes
    43  [568vq].out
    44  
    45  *.cgo1.go
    46  *.cgo2.c
    47  _cgo_defun.c
    48  _cgo_gotypes.go
    49  _cgo_export.*
    50  
    51  _testmain.go
    52  
    53  *.exe
    54  *.test
    55  *.prof
    56  
    57  # Log files
    58  *.log
    59  *.log.jsonl
    60  *.log.gz
    61  
    62  # Fuzz binaries and working dir
    63  *fuzz.zip
    64  app/workdir
    65  
    66  .tmp
    67  
    68  # Vim temporary files
    69  [._]*.s[a-w][a-z]
    70  [._]s[a-w][a-z]
    71  *.un~
    72  Session.vim
    73  .netrwhist
    74  *~
    75  
    76  # VSCode project files
    77  .vscode
    78  *.code-workspace
    79  
    80  # Gogland project files
    81  mattermost-server.iml
    82  
    83  # Build files
    84  *bundle.js
    85  
    86  web/sass-files/sass/.sass-cache/
    87  *config.codekit
    88  *.sass-cache
    89  *styles.css
    90  
    91  # Default local file storage
    92  data/*
    93  webapp/data/*
    94  api/data/*
    95  api4/data/*
    96  app/data/*
    97  
    98  enterprise
    99  
   100  cover.out
   101  ecover.out
   102  cprofile.out
   103  cprofile*.out
   104  *.test
   105  webapp/coverage
   106  /report.xml
   107  
   108  .agignore
   109  .ctags
   110  /tags
   111  .idea
   112  main.exe
   113  coverage_result
   114  node_modules/
   115  mattermost.log
   116  hungknow.log
   117  yarn.lock
   118  dist/
   119  cprofile.out
   120  report.xml
   121  config/config.json
   122  output
   123  
   124  enabled_services.yml
   125  test_log.txt
   126  
   127  /client
   128  /cmd/hkserver/data
   129  
   130  /.env
   131  /deploy/volumes
   132  
   133  docker-compose.ecs-local*.yml
   134  aws.env