aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2024-12-07 00:09:36 +0100
committerGitHub <noreply@github.com>2024-12-06 23:09:36 +0000
commit5c980f6bb3adc9d1bebcc1c71ae2056bd70bd5af (patch)
treefe126da7eafca84c43fb72a2f1cd2b6dfe1f8039 /.gitignore
parent513da407f406b161aca078c8e1158f3394e71ca1 (diff)
downloadgitea-5c980f6bb3adc9d1bebcc1c71ae2056bd70bd5af.tar.gz
gitea-5c980f6bb3adc9d1bebcc1c71ae2056bd70bd5af.zip
Fix case of .tsbuildinfo in .gitignore (#32737)
The docs at https://www.typescriptlang.org/tsconfig/#tsBuildInfoFile are inconsistent, but I'm positive now that the file name is all-lowercase.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 55644b17b5..86e6e4fefd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,7 +28,7 @@ _testmain.go
*.exe
*.test
*.prof
-*.tsbuildInfo
+*.tsbuildinfo
*coverage.out
coverage.all