55 lines
1.1 KiB
Plaintext
Executable File
55 lines
1.1 KiB
Plaintext
Executable File
# ยกเว้นโฟลเดอร์
|
|
|
|
@Recently-Snapshot/
|
|
Documents/
|
|
# VS Code
|
|
.vscode/
|
|
# Dependencies
|
|
/node_modules
|
|
# Build outputs
|
|
/dist
|
|
/build
|
|
/.next/
|
|
/out/
|
|
/bin/
|
|
# Environment variables (VERY IMPORTANT)
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
# Environment variables (VERY IMPORTANT)
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
# Log files
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
*.tmp
|
|
*.temp
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
desktop.ini
|
|
# ===================================================================
|
|
# Databases (MariaDB, Postgres) & Admin Tools (phpMyAdmin, pgAdmin)
|
|
# ===================================================================
|
|
# Do not commit database data dumps which may contain sensitive info
|
|
*.dump
|
|
*.bak
|
|
|
|
# ===================================================================
|
|
# Operating System & IDE specific files
|
|
# ===================================================================
|
|
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
desktop.ini |