diff options
| author | Ahmed <git@gumx.cc> | 2026-06-01 22:19:27 +0300 |
|---|---|---|
| committer | Ahmed <git@gumx.cc> | 2026-06-01 22:19:27 +0300 |
| commit | ae72b8f9976a1c0cca66ff4cb31eadf311c677e7 (patch) | |
| tree | 532e48d085bd0ea48265f2bd262df8856dd8340f /.gitignore | |
init: moved to own site
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1af4aaa --- /dev/null +++ b/.gitignore @@ -0,0 +1,95 @@ +# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,vim,windows,linux,gpg,ssh +# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,vim,windows,linux,gpg,ssh + +### GPG ### +secring.* + + +### 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* + +### SSH ### +**/.ssh/id_* +**/.ssh/*_id_* +**/.ssh/known_hosts + +### Vim ### +# Swap +[._]*.s[a-v][a-z] +!*.svg # comment out if you don't need vector files +[._]*.sw[a-p] +[._]s[a-rt-v][a-z] +[._]ss[a-gi-z] +[._]sw[a-p] + +# Session +Session.vim +Sessionx.vim + +# Temporary +.netrwhist +# Auto-generated tag files +tags +# Persistent undo +[._]*.un~ + +### 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 + +### Windows ### +# Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,vim,windows,linux,gpg,ssh + +output/ |
