mirror of
https://github.com/arthur-pbty/flint.git
synced 2026-08-01 20:29:03 +02:00
47 lines
706 B
Plaintext
47 lines
706 B
Plaintext
# =========================
|
|
# Dependencies
|
|
# =========================
|
|
node_modules/
|
|
|
|
# =========================
|
|
# Build outputs
|
|
# =========================
|
|
build/
|
|
dist/
|
|
.next/
|
|
|
|
apps/*/dist/
|
|
apps/*/.next/
|
|
packages/*/dist/
|
|
|
|
# =========================
|
|
# TypeScript
|
|
# =========================
|
|
*.tsbuildinfo
|
|
|
|
# =========================
|
|
# Environment variables
|
|
# =========================
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# =========================
|
|
# Logs
|
|
# =========================
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# =========================
|
|
# Editor / IDE
|
|
# =========================
|
|
.vscode/
|
|
.idea/
|
|
|
|
# =========================
|
|
# OS files
|
|
# =========================
|
|
.DS_Store
|
|
Thumbs.db |