github.com/resonatecoop/id@v1.1.0-43/.gitignore (about)

     1  go-oauth2-server
     2  .bash_profile
     3  etcd-data
     4  default.etcd
     5  postgres-data
     6  coverage*
     7  *.d
     8  
     9  *.env
    10  htpasswd/
    11  nginx-conf/
    12  dhparam/
    13  docker-compose-*.yml
    14  
    15  # Logs
    16  logs
    17  *.log
    18  npm-debug.log*
    19  yarn-debug.log*
    20  yarn-error.log*
    21  lerna-debug.log*
    22  
    23  # Diagnostic reports (https://nodejs.org/api/report.html)
    24  report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
    25  
    26  # Runtime data
    27  pids
    28  *.pid
    29  *.seed
    30  *.pid.lock
    31  
    32  # Directory for instrumented libs generated by jscoverage/JSCover
    33  lib-cov
    34  
    35  # Coverage directory used by tools like istanbul
    36  coverage
    37  *.lcov
    38  
    39  # nyc test coverage
    40  .nyc_output
    41  
    42  # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
    43  .grunt
    44  
    45  # Bower dependency directory (https://bower.io/)
    46  bower_components
    47  
    48  # node-waf configuration
    49  .lock-wscript
    50  
    51  # Compiled binary addons (https://nodejs.org/api/addons.html)
    52  build/Release
    53  
    54  # Dependency directories
    55  node_modules/
    56  jspm_packages/
    57  
    58  # TypeScript v1 declaration files
    59  typings/
    60  
    61  # TypeScript cache
    62  *.tsbuildinfo
    63  
    64  # Optional npm cache directory
    65  .npm
    66  
    67  # Optional eslint cache
    68  .eslintcache
    69  
    70  # Microbundle cache
    71  .rpt2_cache/
    72  .rts2_cache_cjs/
    73  .rts2_cache_es/
    74  .rts2_cache_umd/
    75  
    76  # Optional REPL history
    77  .node_repl_history
    78  
    79  # Output of 'npm pack'
    80  *.tgz
    81  
    82  # Yarn Integrity file
    83  .yarn-integrity
    84  
    85  # dotenv environment variables file
    86  .env
    87  .env.test
    88  
    89  # parcel-bundler cache (https://parceljs.org/)
    90  .cache
    91  
    92  # Next.js build output
    93  .next
    94  
    95  # Nuxt.js build / generate output
    96  .nuxt
    97  dist
    98  
    99  # Gatsby files
   100  .cache/
   101  # Comment in the public line in if your project uses Gatsby and *not* Next.js
   102  # https://nextjs.org/blog/next-9-1#public-directory-support
   103  # public
   104  
   105  # vuepress build output
   106  .vuepress/dist
   107  
   108  # Serverless directories
   109  .serverless/
   110  
   111  # FuseBox cache
   112  .fusebox/
   113  
   114  # DynamoDB Local files
   115  .dynamodb/
   116  
   117  # TernJS port file
   118  .tern-port