This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# Keep the build context small and free of local state.
|
||||
node_modules
|
||||
build
|
||||
.svelte-kit
|
||||
.git
|
||||
.vscode
|
||||
|
||||
# Real URLs live here and must never reach the image. .env.example is documentation.
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Consumed by `podman build` itself, never copied in.
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
|
||||
# Local noise
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
vite.config.js.timestamp-*
|
||||
vite.config.ts.timestamp-*
|
||||
Reference in New Issue
Block a user