mirror of
https://github.com/acamarata/luxon-hijri.git
synced 2026-07-01 19:24:28 +00:00
32 lines
356 B
Text
32 lines
356 B
Text
# Dependency directories
|
|
node_modules/
|
|
|
|
# Next.js build output
|
|
.next/
|
|
out/
|
|
|
|
# Build output of TypeScript
|
|
dist/
|
|
|
|
# Environment files
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# IDE specific files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# System Files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|