mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 04:22:07 +00:00
25 lines
320 B
Plaintext
25 lines
320 B
Plaintext
.DS_Store
|
|
node_modules
|
|
/build
|
|
/.svelte-kit
|
|
/.idea
|
|
/.zed
|
|
/package
|
|
.env
|
|
.env.*
|
|
.envrc
|
|
!.env.example
|
|
vite.config.js.timestamp-*
|
|
vite.config.ts.timestamp-*
|
|
package-lock.json
|
|
.tool-versions
|
|
.vscode
|
|
# Sentry Config File
|
|
.sentryclirc
|
|
.history
|
|
terraform/**/.t*
|
|
terraform/**/.env
|
|
terraform/**/**/*.tfstate*
|
|
/.cache
|
|
/test-results
|