diff --git a/.gitignore b/.gitignore index 4b64bc3c..61ecb76f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules .tmp npm-debug.log +Folder2/*.log diff --git a/.vscode/settings.json b/.vscode/settings.json index 085cbeab..14851ab5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -20,7 +20,7 @@ "workbench.colorTheme": "Visual Studio Dark", "workbench.fontAliasing": "antialiased", "workbench.statusBar.visible": true, - // "files.exclude": { - // "**/.git": false - // } + "files.exclude": { + "**/.git": false + } } \ No newline at end of file diff --git a/Folder1/example.md b/Folder1/example.md new file mode 100644 index 00000000..4aa2f3df --- /dev/null +++ b/Folder1/example.md @@ -0,0 +1,2 @@ +If you see this, you are gay +Another line, another "if you see this..." diff --git a/Folder2/.gitkeep b/Folder2/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/challenge.md b/challenge.md new file mode 100644 index 00000000..297c0060 --- /dev/null +++ b/challenge.md @@ -0,0 +1,2 @@ +This is a challenge +This is another file diff --git a/exmaple2.md b/exmaple2.md new file mode 100644 index 00000000..a9653245 --- /dev/null +++ b/exmaple2.md @@ -0,0 +1,3 @@ +If you see this, you are not gay + +Yay diff --git a/gitStatusDemo.md b/gitStatusDemo.md new file mode 100644 index 00000000..6d299a35 --- /dev/null +++ b/gitStatusDemo.md @@ -0,0 +1 @@ +This is a new modified line, made in the branch diff --git a/logs/log1.log b/logs/log1.log new file mode 100644 index 00000000..e69de29b diff --git a/logs/log2.log b/logs/log2.log new file mode 100644 index 00000000..e69de29b