.gitignore (hoppscotch-2.2.1) | : | .gitignore (hoppscotch-3.0.0) | ||
---|---|---|---|---|
# Created by .ignore support plugin (hsz.mobi) | ||||
# Firebase | ||||
.firebase | ||||
### Node template | ||||
# Logs | # Logs | |||
logs | logs | |||
*.log | *.log | |||
npm-debug.log* | npm-debug.log* | |||
yarn-debug.log* | yarn-debug.log* | |||
yarn-error.log* | yarn-error.log* | |||
pnpm-debug.log* | ||||
lerna-debug.log* | ||||
# Runtime data | node_modules | |||
pids | ||||
*.pid | ||||
*.seed | ||||
*.pid.lock | ||||
# Directory for instrumented libs generated by jscoverage/JSCover | ||||
lib-cov | ||||
# Coverage directory used by tools like istanbul | ||||
coverage | ||||
# nyc test coverage | ||||
.nyc_output | ||||
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task- | ||||
files) | ||||
.grunt | ||||
# Bower dependency directory (https://bower.io/) | ||||
bower_components | ||||
# node-waf configuration | ||||
.lock-wscript | ||||
# Compiled binary addons (https://nodejs.org/api/addons.html) | ||||
build/Release | ||||
# Dependency directories | ||||
node_modules/ | ||||
jspm_packages/ | ||||
# TypeScript v1 declaration files | ||||
typings/ | ||||
# Optional npm cache directory | ||||
.npm | ||||
# Optional eslint cache | ||||
.eslintcache | ||||
# Optional REPL history | ||||
.node_repl_history | ||||
# Output of 'npm pack' | ||||
*.tgz | ||||
# Yarn Integrity file | ||||
.yarn-integrity | ||||
# dotenv environment variables file | ||||
.env | ||||
# parcel-bundler cache (https://parceljs.org/) | ||||
.cache | ||||
# next.js build output | ||||
.next | ||||
# nuxt.js build output | ||||
.nuxt | ||||
# Nuxt generate | ||||
dist | dist | |||
dist-ssr | ||||
*.local | ||||
# vuepress build output | # Editor directories and files | |||
.vuepress/dist | .vscode/* | |||
!.vscode/extensions.json | ||||
# Serverless directories | ||||
.serverless | ||||
# IDE / Editor | ||||
.idea | .idea | |||
# Service worker | ||||
sw.* | ||||
# Mac OSX | ||||
.DS_Store | .DS_Store | |||
*.suo | ||||
*.ntvs* | ||||
*.njsproj | ||||
*.sln | ||||
*.sw? | ||||
# Vim swap files | # Environment Variables | |||
*.swp | .env | |||
# Build data | ||||
.hoppscotch | ||||
# File explorer | ||||
.directory | ||||
# Tests screenshots | ||||
tests/*/screenshots | ||||
# Tests videos | ||||
tests/*/videos | ||||
# Local Netlify folder | ||||
.netlify | ||||
# Andrew's crazy Volar shim generator | ||||
shims-volar.d.ts | ||||
# Hoppscotch Backend Schema Introspection JSON | ||||
helpers/backend/backend-schema.json | ||||
# GraphQL Type Generation | # Backend Code generation | |||
helpers/backend/graphql.ts | src/helpers/backend/graphql.ts | |||
src/helpers/backend/backend-schema.json | ||||
# vite-plugin-pages-sitemap generates its files in the public directory | ||||
public/robots.txt | ||||
public/sitemap.xml | ||||
End of changes. 9 change blocks. | ||||
104 lines changed or deleted | 15 lines changed or added |