n-daisuke897-blog/.gitignore
Daisuke 26faa2271e feat(nix): add devShell with fj and Node.js
- Add a Nix flake devShell providing Forgejo CLI (fj) and Node.js
- Document nix develop usage in README
- Ignore common Nix artifacts in .gitignore
2026-01-31 21:17:01 +09:00

32 lines
327 B
Text

# build output
dist/
# generated types
.astro/
# dependencies
node_modules/
# Podman / Compose
.env.podman
# Nix
.direnv/
.result
result
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store
# jetbrains setting folder
.idea/