mirror of
https://github.com/Prowlarr/Indexers.git
synced 2026-04-17 23:34:27 +01:00
53 lines
697 B
Plaintext
53 lines
697 B
Plaintext
# -*- mode: gitignore; -*-
|
|
*~
|
|
\#*\#
|
|
#Ignore thumbnails created by Windows
|
|
Thumbs.db
|
|
### VisualStudioCode ###
|
|
.vscode/*
|
|
*.code-workspace
|
|
|
|
# Local History for Visual Studio Code
|
|
.history/
|
|
|
|
### VisualStudioCode Patch ###
|
|
# Ignore all local history of files
|
|
.history
|
|
.ionide
|
|
|
|
# Support for Project snippet scope
|
|
!.vscode/*.code-snippets
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode
|
|
#Ignore files built by Visual Studio
|
|
*.obj
|
|
*.exe
|
|
*.pdb
|
|
*.user
|
|
*.aps
|
|
*.pch
|
|
*.vspscc
|
|
*_i.c
|
|
*_p.c
|
|
*.ncb
|
|
*.suo
|
|
*.tlb
|
|
*.tlh
|
|
*.bak
|
|
*.cache
|
|
*.ilk
|
|
*.log
|
|
[Bb]in
|
|
[Dd]ebug*/
|
|
*.lib
|
|
*.sbr
|
|
obj/
|
|
[Rr]elease*/
|
|
_ReSharper*/
|
|
[Tt]est[Rr]esult*
|
|
.vs/
|
|
#Nuget packages folder
|
|
packages/
|
|
# NPM folder
|
|
node_modules/
|