From 3041a5dca0cd2133b962225fca49dd859d8b7cec Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 26 Jun 2023 15:15:30 +0000 Subject: [PATCH] Add source and target folders to gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 5d381cc..52442e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ +# Project-specific +roms_source/ +roms_prep/ + + # ---> Python # Byte-compiled / optimized / DLL files __pycache__/