[READ-ONLY] Mirror of https://github.com/danielroe/roe.dev. This is the code and content for my personal website, built in Nuxt. roe.dev
0

Configure Feed

Select the types of activity you want to include in your feed.

roe.dev / .gitignore
1.5 kB 114 lines
1# Created by .ignore support plugin (hsz.mobi) 2### Node template 3# Logs 4/logs 5*.log 6npm-debug.log* 7yarn-debug.log* 8yarn-error.log* 9.pnpm-store 10node-compile-cache 11 12# Runtime data 13pids 14*.pid 15*.seed 16*.pid.lock 17 18# Directory for instrumented libs generated by jscoverage/JSCover 19lib-cov 20 21# Coverage directory used by tools like istanbul 22coverage 23 24# nyc test coverage 25.nyc_output 26 27# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) 28.grunt 29 30# Bower dependency directory (https://bower.io/) 31bower_components 32 33# node-waf configuration 34.lock-wscript 35 36# Compiled binary addons (https://nodejs.org/api/addons.html) 37build/Release 38 39# Dependency directories 40node_modules/ 41jspm_packages/ 42 43# TypeScript v1 declaration files 44typings/ 45 46# Optional npm cache directory 47.npm 48 49# Optional eslint cache 50.eslintcache 51 52# Optional REPL history 53.node_repl_history 54 55# Output of 'npm pack' 56*.tgz 57 58# Yarn Integrity file 59.yarn-integrity 60 61# dotenv environment variables file 62.env 63.env.* 64 65# parcel-bundler cache (https://parceljs.org/) 66.cache 67 68# next.js build output 69.next 70 71# nuxt.js build output 72.nuxt 73.output 74.data 75 76# Nuxt generate 77dist 78 79# vuepress build output 80.vuepress/dist 81 82# Serverless directories 83.serverless 84 85# IDE / Editor 86.idea 87 88# Service worker 89sw.* 90 91# macOS 92.DS_Store 93 94# Vim swap files 95*.swp 96 97.vercel 98.unlighthouse 99 100test-results 101.partykit 102 103.wrangler 104 105.sanity 106.husky 107 108credentials.json 109 110# TypeScript build info 111*.tsbuildinfo 112 113downloads/ 114.env*.local