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