1 # Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,vim,git,linux,windows,macos
2 # Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,vim,git,linux,windows,macos
4 # Created by git for backups. To disable backups in git:
5 # $ git config --global mergetool.keepBackup false
8 # Created by git when using merge tools for conflicts
21 # temporary files which can be created if a process still has a handle open of a deleted file
24 # KDE directory preferences
27 # Linux trash folder which might appear on any partition or disk
30 # .nfs files are created when an open file is removed but is still being accessed
39 # Icon must end with two \r
45 # Files that might appear in the root of a volume
46 .DocumentRevisions-V100
52 .com.apple.timemachine.donotpresent
54 # Directories potentially created on remote AFP share
62 # iCloud generated files
68 !*.svg # comment out if you don't need vector files
80 # Auto-generated tag files
85 ### VisualStudioCode ###
87 !.vscode/settings.json
90 !.vscode/extensions.json
91 !.vscode/*.code-snippets
93 # Local History for Visual Studio Code
96 # Built Visual Studio Code Extensions
99 ### VisualStudioCode Patch ###
100 # Ignore all local history of files
104 # Ignore code-workspaces
108 # Windows thumbnail cache files
110 Thumbs.db:encryptable
120 # Recycle Bin used on file shares
123 # Windows Installer files
133 # End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,vim,git,linux,windows,macos