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
-9
@@ -1,18 +1,41 @@
|
||||
node_modules
|
||||
build
|
||||
dist
|
||||
.next
|
||||
apps/*/dist
|
||||
apps/*/.next
|
||||
packages/*/dist
|
||||
# =========================
|
||||
# Dependencies
|
||||
# =========================
|
||||
node_modules/
|
||||
|
||||
# =========================
|
||||
# Builds
|
||||
# =========================
|
||||
build/
|
||||
dist/
|
||||
.next/
|
||||
apps/*/dist/
|
||||
apps/*/.next/
|
||||
packages/*/dist/
|
||||
|
||||
# =========================
|
||||
# TypeScript
|
||||
# =========================
|
||||
*.tsbuildinfo
|
||||
**/*.tsbuildinfo
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# =========================
|
||||
# Environment variables
|
||||
# =========================
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# =========================
|
||||
# Logs
|
||||
# =========================
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# =========================
|
||||
# Git
|
||||
# =========================
|
||||
.git/
|
||||
.gitignore
|
||||
Reference in New Issue
Block a user