Skip to content

Commit 3032d40

Browse files
committed
chore: ignore pgsql-test output directory in git
Remove test-generated CSV files from git tracking and add output directory to .gitignore. These files are generated during test runs and should not be committed. - Remove packages/pgsql-test/output/users.csv - Remove packages/pgsql-test/output/posts.csv - Add packages/pgsql-test/output/ to .gitignore
1 parent e803ec6 commit 3032d40

3 files changed

Lines changed: 2 additions & 9 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
**/pnpm-debug.log
55
lerna-debug.log
66
.vscode
7-
ignore
7+
ignore
8+
packages/pgsql-test/output/

packages/pgsql-test/output/posts.csv

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/pgsql-test/output/users.csv

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)