Skip to content

Commit 16f8037

Browse files
committed
gitignore expanded with ide, os, and cache files
1 parent a6a17a8 commit 16f8037

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

.gitignore

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,35 @@ knip.out.json
5050
lint.json
5151
fix_*.mjs
5252
fix_*.js
53+
54+
# IDE / Editor
55+
.vscode/
56+
.idea/
57+
*.suo
58+
*.ntvs*
59+
*.njsproj
60+
*.sln
61+
*.sw?
62+
63+
# Operating System Files
64+
.DS_Store
65+
.DS_Store?
66+
._*
67+
.Spotlight-V100
68+
.Trashes
69+
ehthumbs.db
70+
Thumbs.db
71+
72+
# Tooling Caches & Logs
73+
npm-debug.log*
74+
yarn-debug.log*
75+
yarn-error.log*
76+
pnpm-debug.log*
77+
.eslintcache
78+
.stylelintcache
79+
.prettiercache
80+
.husky/_
81+
82+
# Build Artifact backups
83+
*.bak
84+
*.tmp

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)