diff options
author | Leonard Kugis <leonard@kug.is> | 2025-04-11 16:42:30 +0200 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2025-04-11 16:42:30 +0200 |
commit | f418d5d1625b0e4abe959fb77862b7cf964ff693 (patch) | |
tree | 73a59c5eb440a3b551e5023f6f2ce95e5c7cbd19 /.gitignore | |
download | scripts-f418d5d1625b0e4abe959fb77862b7cf964ff693.tar.gz |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 39 |
1 files changed, 39 insertions, 0 deletions
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 |