diff options
| author | Joop Kiefte <ikojba@gmail.com> | 2023-10-05 22:59:11 +0100 | 
|---|---|---|
| committer | Joop Kiefte <ikojba@gmail.com> | 2023-10-05 22:59:11 +0100 | 
| commit | 6f0a2d521ea68c468fff304b93e6ee7b0613b366 (patch) | |
| tree | 8d2225672ac35160c964a48cd5f261c0eac25c2f /.gitignore | |
Initialize web application via create-cloudflare CLI
Details:
  C3 = create-cloudflare@2.4.0
  project name = bahaiprayers-json
  framework = vue
  framework cli = create-vue@3.7.5
  package manager = bun@1.0.4
  wrangler = wrangler@3.11.0
  git = 2.42.0
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 28 | 
1 files changed, 28 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..38adffa --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +.DS_Store +dist +dist-ssr +coverage +*.local + +/cypress/videos/ +/cypress/screenshots/ + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw?  | 
