Skip to content

Commit aa856ee

Browse files
authored
chore: add *.tsbuildinfo to .gitignore (#185)
1 parent 45b4f97 commit aa856ee

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ target/
449449
dependency-reduced-pom.xml
450450
application.properties
451451

452-
# JavaScript files
452+
# JavaScript/TypeScript files
453453
package-lock.json
454-
node_modules/
454+
node_modules/
455+
*.tsbuildinfo

0 commit comments

Comments
 (0)