Skip to content

Commit 75cd50a

Browse files
committed
fix gitignore
1 parent 3848792 commit 75cd50a

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

.gitignore

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,11 @@
11
.vscode/settings.json
2-
__pycache__/calculator.cpython-37.pyc
3-
__pycache__/config.cpython-37.pyc
4-
__pycache__/inventory.cpython-37.pyc
5-
__pycache__/logger.cpython-37.pyc
6-
__pycache__/recipes.cpython-37.pyc
7-
__pycache__/moves.cpython-37.pyc
82
calculateRecipeOrder.log
93
calculator.pyc
104
config.pyc
115
inventory.pyc
126
moves.pyc
137
logger.pyc
148
recipes.pyc
15-
__pycache__/Dropbox.cpython-37.pyc
169
.vscode/launch.json
17-
__pycache__/recipes.cpython-38.pyc
18-
__pycache__/moves.cpython-38.pyc
19-
__pycache__/logger.cpython-38.pyc
20-
__pycache__/inventory.cpython-38.pyc
21-
__pycache__/config.cpython-38.pyc
22-
__pycache__/calculator.cpython-38.pyc
2310
config.txt
24-
__pycache__/FTPManagement.cpython-38.pyc
11+
__pycache__/*
-2.36 KB
Binary file not shown.

0 commit comments

Comments
 (0)