Files
armandine/.gitignore
T
2026-02-15 14:10:57 -03:00

39 lines
393 B
Plaintext

# Dependencies
node_modules
.pnpm-store
.npm
# Lockfiles from other package managers (we use pnpm)
package-lock.json
yarn.lock
bun.lockb
# Local env and secrets
.env
.env.*
!.env.example
# Logs and debug
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
# OS and IDE
.DS_Store
Thumbs.db
.idea
*.swp
*.swo
*~
# SvelteKit
.svelte-kit
# Build output
dist
build
.next
out