syntheticfur/.gitignore

113 lines
1.8 KiB
Text
Raw Permalink Normal View History

2025-02-27 04:47:31 -05:00
# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,linux,macos,windows,web
# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,linux,macos,windows,web
2025-02-24 21:25:25 +00:00
2025-02-27 04:47:31 -05:00
### Linux ###
2025-02-24 21:25:25 +00:00
*~
# 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*
2025-02-27 04:47:31 -05:00
### macOS ###
2025-02-24 21:25:25 +00:00
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
2025-02-27 04:47:31 -05:00
Icon
2025-02-24 21:25:25 +00:00
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
2025-02-27 04:47:31 -05:00
### macOS Patch ###
# iCloud generated files
*.icloud
### 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
### Web ###
*.asp
*.cer
*.csr
*.css
*.htm
*.html
*.js
*.jsp
*.php
*.rss
*.wasm
*.wat
*.xhtml
### Windows ###
2025-02-24 21:25:25 +00:00
# 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
2025-02-27 04:47:31 -05:00
# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,linux,macos,windows,web