Skip to content

Commit a9ca114

Browse files
committed
🔧(gitignore) ignore ts and rollup stuff
.tsbuildinfo files are used for incremental builds we do not want to commit them. Furthermore, rollup also creates a cache folder that we do not want to commit.
1 parent c211bd2 commit a9ca114

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,9 @@ dist-ssr
3434

3535
# Crowdin
3636
env.d/development/crowdin
37+
38+
# Typescript
39+
*.tsbuildinfo
40+
41+
# Rollup
42+
.rollup.cache

0 commit comments

Comments
 (0)