[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
1.3 kB
97 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
10# Runtime data
11pids
12*.pid
13*.seed
14*.pid.lock
15
16# Directory for instrumented libs generated by jscoverage/JSCover
17lib-cov
18
19# Coverage directory used by tools like istanbul
20coverage
21
22# nyc test coverage
23.nyc_output
24
25# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
26.grunt
27
28# Bower dependency directory (https://bower.io/)
29bower_components
30
31# node-waf configuration
32.lock-wscript
33
34# Compiled binary addons (https://nodejs.org/api/addons.html)
35build/Release
36
37# Dependency directories
38node_modules/
39jspm_packages/
40
41# TypeScript v1 declaration files
42typings/
43
44# Optional npm cache directory
45.npm
46
47# Optional eslint cache
48.eslintcache
49
50# Optional REPL history
51.node_repl_history
52
53# Output of 'npm pack'
54*.tgz
55
56# Yarn Integrity file
57.yarn-integrity
58
59# dotenv environment variables file
60.env
61
62# parcel-bundler cache (https://parceljs.org/)
63.cache
64
65# next.js build output
66.next
67
68# nuxt.js build output
69.nuxt
70.output
71
72# Nuxt generate
73dist
74
75# vuepress build output
76.vuepress/dist
77
78# Serverless directories
79.serverless
80
81# IDE / Editor
82.idea
83
84# Service worker
85sw.*
86
87# macOS
88.DS_Store
89
90# Vim swap files
91*.swp
92
93.vercel
94.unlighthouse
95
96test-results
97.partykit