1
0
resumarkdown/.gitignore
2024-10-11 00:03:49 -05:00

25 lines
213 B
Plaintext

node_modules
# Output
.output
.vercel
/.svelte-kit
/build
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
# tests
test-results