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