···11+### Linux template
22+*~
33+44+# temporary files which can be created if a process still has a handle open of a deleted file
55+.fuse_hidden*
66+77+# KDE directory preferences
88+.directory
99+1010+# Linux trash folder which might appear on any partition or disk
1111+.Trash-*
1212+1313+# .nfs files are created when an open file is removed but is still being accessed
1414+.nfs*
1515+1616+### Zig template
1717+.zig-cache/
1818+zig-out/
1919+2020+### IDE files template
2121+# JetBrains
2222+.idea/
2323+!.idea/modules.xml
2424+!.idea/runConfigurations/
2525+!.idea/codeStyles/
2626+!.idea/inspectionProfiles/
2727+*.iml
2828+*.iws
2929+*.ipr
3030+out/
3131+gen/
3232+3333+# Visual Studio Code
3434+.vscode/*
3535+!.vscode/settings.json
3636+!.vscode/tasks.json
3737+!.vscode/launch.json
3838+!.vscode/extensions.json
3939+!.vscode/*.code-snippets
4040+4141+### macOS template
4242+# General
4343+.DS_Store
4444+.AppleDouble
4545+.LSOverride
4646+4747+# Icon must end with two \r
4848+Icon
4949+5050+# Thumbnails
5151+._*
5252+5353+# Files that might appear in the root of a volume
5454+.DocumentRevisions-V100
5555+.fseventsd
5656+.Spotlight-V100
5757+.TemporaryItems
5858+.Trashes
5959+.VolumeIcon.icns
6060+.com.apple.timemachine.donotpresent
6161+6262+# Directories potentially created on remote AFP share
6363+.AppleDB
6464+.AppleDesktop
6565+Network Trash Folder
6666+Temporary Items
6767+.apdisk
6868+