Skip to content

Commit c3414da

Browse files
committed
feat: add target dir to .gitignore
1 parent 3e7feb1 commit c3414da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/.env
2-
/data.db*
32
/config.toml
4-
/uploads/
3+
/data.db*
4+
/target
5+
/uploads/

0 commit comments

Comments
 (0)