mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-21 23:32:27 +00:00
updated .gitignore
This commit is contained in:
parent
2c0469f76e
commit
545278b442
1 changed files with 29 additions and 9 deletions
38
.gitignore
vendored
38
.gitignore
vendored
|
@ -1,12 +1,32 @@
|
|||
_ReSharper.*
|
||||
bin
|
||||
obj
|
||||
/bin/*
|
||||
/obj/*
|
||||
build
|
||||
dist
|
||||
*.suo
|
||||
*resharper*
|
||||
|
||||
#ignore thumbnails created by windows
|
||||
Thumbs.db
|
||||
#Ignore files build 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
|
||||
|
||||
#NZBDrone specific
|
||||
nzbdrone.db
|
Loading…
Reference in a new issue