Skip to content

Commit a8d52d2

Browse files
committed
Configure Git to ignore folder generated by auto-py-to-exe
Note: `auto-py-to-exe` is not a dependency of this script. It is something with which I am experimenting locally and whose output I don't want to accidentally commit.
1 parent 9276650 commit a8d52d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
/.idea/
1+
/.idea/
2+
/output/

0 commit comments

Comments
 (0)