chore: exclude cache, editor tmp files (#26497)

This commit is contained in:
ghoz
2025-02-24 20:40:25 +01:00
committed by GitHub
parent 0d193ebac2
commit a6072adcd0
+4
View File
@@ -45,6 +45,9 @@ typings/
# Optional npm cache directory
.npm
# Optional pnpm cache directory
.pnpm-store
# Optional eslint cache
.eslintcache
@@ -68,6 +71,7 @@ tsconfig.tsbuildinfo
# IDE specific folders
.idea
.*.swp
# Ignore config
data/*