genything / .gitignore
burtenshaw
first commit
ea3f4d3
raw
history blame contribute delete
357 Bytes
/build
/node_modules
/.svelte-kit
/package
.env
.env.*
!.env.example
!.env.example.*
# 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
# SvelteKit Generated Files
.svelte-kit/