mirror of
https://github.com/arthur-pbty/flint.git
synced 2026-08-01 20:29:03 +02:00
Add documentation & netoyage de fichier
This commit is contained in:
+32
-1
@@ -1,16 +1,47 @@
|
||||
# =========================
|
||||
# Dependencies
|
||||
# =========================
|
||||
node_modules/
|
||||
|
||||
# =========================
|
||||
# Build outputs
|
||||
# =========================
|
||||
build/
|
||||
dist/
|
||||
.next/
|
||||
|
||||
apps/*/dist/
|
||||
apps/*/.next/
|
||||
packages/*/dist/
|
||||
|
||||
# =========================
|
||||
# TypeScript
|
||||
# =========================
|
||||
*.tsbuildinfo
|
||||
|
||||
# =========================
|
||||
# Environment variables
|
||||
# =========================
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
.vscode/
|
||||
|
||||
# =========================
|
||||
# Logs
|
||||
# =========================
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# =========================
|
||||
# Editor / IDE
|
||||
# =========================
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# =========================
|
||||
# OS files
|
||||
# =========================
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user