From f418d5d1625b0e4abe959fb77862b7cf964ff693 Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Fri, 11 Apr 2025 16:42:30 +0200 Subject: Initial commit --- .gitignore | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ce73bef --- /dev/null +++ b/.gitignore @@ -0,0 +1,39 @@ +config.json +# Created by https://www.toptal.com/developers/gitignore/api/linux,visualstudiocode +# Edit at https://www.toptal.com/developers/gitignore?templates=linux,visualstudiocode + +### Linux ### +*~ + +# temporary files which can be created if a process still has a handle open of a deleted file +.fuse_hidden* + +# KDE directory preferences +.directory + +# Linux trash folder which might appear on any partition or disk +.Trash-* + +# .nfs files are created when an open file is removed but is still being accessed +.nfs* + +### VisualStudioCode ### +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + +### VisualStudioCode Patch ### +# Ignore all local history of files +.history +.ionide + +# End of https://www.toptal.com/developers/gitignore/api/linux,visualstudiocode \ No newline at end of file -- cgit v1.2.3