diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ef324a1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.input \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..8a656e3 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "files.associations": { + "*.input": "txt" + }, + "material-icon-theme.files.associations": { + "*.input": "Database" + } +} \ No newline at end of file