1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2026-04-17 23:34:27 +01:00
Files
Indexers/.gitignore
bakerboy448 5165f4d5e2 Housekeeping updates
- Update README
- Update .gitignore
- Update package.json and package-lock.json
2022-07-05 01:27:55 -05:00

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/