Skip to content

Commit

Permalink
feat: add target dir to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Nov 30, 2022
1 parent 3e7feb1 commit c3414da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/.env
/data.db*
/config.toml
/uploads/
/data.db*
/target
/uploads/

0 comments on commit c3414da

Please sign in to comment.