blob: 8be3b9bc31460e9406d03a3690a5d36b777844d0 [file] [log] [blame]
Skyler Turner66ac7942022-02-24 01:59:22 +00001dist/
2.history/
pineafan663dc472022-05-10 18:13:47 +01003node_modules/
pineafana2e39c72023-02-21 18:37:32 +00004
TheCodedProf78c13892023-03-05 14:43:06 -05005src/utils/migration/data
PineappleFan2771b222022-05-19 12:06:15 +01006.vscode/
Skyler Greyad002172022-08-16 18:48:26 +01007.vim/
PineappleFan2771b222022-05-19 12:06:15 +01008yarn-error.log
pineafanea063042022-05-19 19:08:44 +01009src/utils/temp/*.png
10src/utils/temp/*.webp
11src/utils/temp/*.jpeg
pineafan6fb3e072022-05-20 19:27:23 +010012src/utils/temp/*.jpg
13
14ClicksMigratingProblems/oldData/
pineafana2e39c72023-02-21 18:37:32 +000015ClicksMigratingProblems/oldData copy/
Skyler Grey453b9992023-03-05 05:48:42 +000016
17.direnv/
TheCodedProf83311512023-06-11 13:54:50 -040018
19# Logs
20logs
21*.log
22npm-debug.log*
23yarn-debug.log*
24yarn-error.log*
25lerna-debug.log*
26.pnpm-debug.log*
27
28# Diagnostic reports (https://nodejs.org/api/report.html)
29report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
30
31# Runtime data
32pids
33*.pid
34*.seed
35*.pid.lock
36
37# Directory for instrumented libs generated by jscoverage/JSCover
38lib-cov
39
40# Coverage directory used by tools like istanbul
41coverage
42*.lcov
43
44# nyc test coverage
45.nyc_output
46
47# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
48.grunt
49
50# Bower dependency directory (https://bower.io/)
51bower_components
52
53# node-waf configuration
54.lock-wscript
55
56# Compiled binary addons (https://nodejs.org/api/addons.html)
57build/Release
58
59# Dependency directories
60node_modules/
61jspm_packages/
62
63# Snowpack dependency directory (https://snowpack.dev/)
64web_modules/
65
66# TypeScript cache
67*.tsbuildinfo
68
69# Optional npm cache directory
70.npm
71
72# Optional eslint cache
73.eslintcache
74
75# Optional stylelint cache
76.stylelintcache
77
78# Microbundle cache
79.rpt2_cache/
80.rts2_cache_cjs/
81.rts2_cache_es/
82.rts2_cache_umd/
83
84# Optional REPL history
85.node_repl_history
86
87# Output of 'npm pack'
88*.tgz
89
90# Yarn Integrity file
91.yarn-integrity
92
93# dotenv environment variable files
94.env
95.env.development.local
96.env.test.local
97.env.production.local
98.env.local
99
100# parcel-bundler cache (https://parceljs.org/)
101.cache
102.parcel-cache
103
104# Next.js build output
105.next
106out
107
108# Nuxt.js build / generate output
109.nuxt
110dist
111
112# Gatsby files
113.cache/
114# Comment in the public line in if your project uses Gatsby and not Next.js
115# https://nextjs.org/blog/next-9-1#public-directory-support
116# public
117
118# vuepress build output
119.vuepress/dist
120
121# vuepress v2.x temp and cache directory
122.temp
123.cache
124
125# Docusaurus cache and generated files
126.docusaurus
127
128# Serverless directories
129.serverless/
130
131# FuseBox cache
132.fusebox/
133
134# DynamoDB Local files
135.dynamodb/
136
137# TernJS port file
138.tern-port
139
140# Stores VSCode versions used for testing VSCode extensions
141.vscode-test
142
143# yarn v2
144.yarn/cache
145.yarn/unplugged
146.yarn/build-state.yml
147.yarn/install-state.gz
148.pnp.*