Files
phokus/.gitignore
T
LyAhn 35c1dafd65 Ignore local patch artifacts
- ignore local .diff and .patch files
- ignore the local /staging workspace directory
2026-04-06 02:28:52 +01:00

32 lines
325 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
src-tauri/target
dist-ssr
*.local
# Editor directories and files
.vscode/*
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.local.*
# Local patch artifacts
*.diff
*.patch
# Local staging area
/staging