github.com/MetalBlockchain/subnet-evm@v0.4.9/contract-examples/.gitignore (about) 1 /dist 2 3 /.idea 4 *.tsbuildinfo 5 6 .DS_Store 7 8 # Logs 9 logs 10 *.log 11 npm-debug.log* 12 yarn-debug.log* 13 yarn-error.log* 14 15 node_modules/ 16 .env* 17 !.env*.default 18 .vscode/* 19 !.vscode/settings.json.default 20 21 cache/ 22 artifacts/ 23 24 .yalc 25 yalc.lock 26 27 # Logs 28 logs 29 *.log 30 npm-debug.log* 31 yarn-debug.log* 32 yarn-error.log* 33 lerna-debug.log* 34 .pnpm-debug.log* 35 36 # Diagnostic reports (https://nodejs.org/api/report.html) 37 report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json 38 39 # Runtime data 40 pids 41 *.pid 42 *.seed 43 *.pid.lock 44 45 # Directory for instrumented libs generated by jscoverage/JSCover 46 lib-cov 47 48 # Coverage directory used by tools like istanbul 49 coverage 50 *.lcov 51 52 # nyc test coverage 53 .nyc_output 54 55 # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) 56 .grunt 57 58 # Bower dependency directory (https://bower.io/) 59 bower_components 60 61 # node-waf configuration 62 .lock-wscript 63 64 # Compiled binary addons (https://nodejs.org/api/addons.html) 65 build/Release 66 67 # Dependency directories 68 node_modules/ 69 jspm_packages/ 70 71 # Snowpack dependency directory (https://snowpack.dev/) 72 web_modules/ 73 74 # TypeScript cache 75 *.tsbuildinfo 76 77 # Optional npm cache directory 78 .npm 79 80 # Optional eslint cache 81 .eslintcache 82 83 # Microbundle cache 84 .rpt2_cache/ 85 .rts2_cache_cjs/ 86 .rts2_cache_es/ 87 .rts2_cache_umd/ 88 89 # Optional REPL history 90 .node_repl_history 91 92 # Output of 'npm pack' 93 *.tgz 94 95 # Yarn Integrity file 96 .yarn-integrity 97 98 # dotenv environment variables file 99 .env 100 .env.test 101 .env.production 102 103 # parcel-bundler cache (https://parceljs.org/) 104 .cache 105 .parcel-cache 106 107 # Next.js build output 108 .next 109 out 110 111 # Nuxt.js build / generate output 112 .nuxt 113 dist 114 115 # Gatsby files 116 .cache/ 117 # Comment in the public line in if your project uses Gatsby and not Next.js 118 # https://nextjs.org/blog/next-9-1#public-directory-support 119 # public 120 121 # vuepress build output 122 .vuepress/dist 123 124 # Serverless directories 125 .serverless/ 126 127 # FuseBox cache 128 .fusebox/ 129 130 # DynamoDB Local files 131 .dynamodb/ 132 133 # TernJS port file 134 .tern-port 135 136 # Stores VSCode versions used for testing VSCode extensions 137 .vscode-test 138 139 # yarn v2 140 .yarn/cache 141 .yarn/unplugged 142 .yarn/build-state.yml 143 .yarn/install-state.gz 144 .pnp.* 145 146 local_rpc.json