changed gitignore to ignore the input/output data
Browse files- .gitignore +1 -2
.gitignore
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
.DS_Store
|
2 |
HelperScripts/input/
|
3 |
HelperScripts/output/
|
4 |
-
|
5 |
-
detectreeRGB/model/
|
|
|
1 |
.DS_Store
|
2 |
HelperScripts/input/
|
3 |
HelperScripts/output/
|
4 |
+
detectree2/data/
|
|