We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a17a8 commit 16f8037Copy full SHA for 16f8037
2 files changed
.gitignore
@@ -50,3 +50,35 @@ knip.out.json
50
lint.json
51
fix_*.mjs
52
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
0 commit comments