Skip to content

Commit be44c6e

Browse files
author
Paolo Tranquilli
committed
DevEx: add temporary files created by some checks to .gitignore
1 parent 00c7bc1 commit be44c6e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,7 @@ node_modules/
7272

7373
# cargo build directory
7474
/target
75+
76+
# some upgrade/downgrade checks create these files
77+
**/upgrades/*/*.dbscheme.stats
78+
**/downgrades/*/*.dbscheme.stats

0 commit comments

Comments
 (0)