mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
add ndepend
This commit is contained in:
parent
613a2e094d
commit
db92f1678b
2 changed files with 11529 additions and 4 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
|
@ -64,8 +64,10 @@ StyleCopReport.xml
|
|||
*.ilk
|
||||
*.meta
|
||||
*.obj
|
||||
*.iobj
|
||||
*.pch
|
||||
*.pdb
|
||||
*.ipdb
|
||||
*.pgc
|
||||
*.pgd
|
||||
*.rsp
|
||||
|
|
@ -248,6 +250,7 @@ ServiceFabricBackup/
|
|||
*.rdl.data
|
||||
*.bim.layout
|
||||
*.bim_*.settings
|
||||
*.rptproj.rsuser
|
||||
|
||||
# Microsoft Fakes
|
||||
FakesAssemblies/
|
||||
|
|
@ -259,9 +262,6 @@ FakesAssemblies/
|
|||
.ntvs_analysis.dat
|
||||
node_modules/
|
||||
|
||||
# TypeScript v1 declaration files
|
||||
typings/
|
||||
|
||||
# Visual Studio 6 build log
|
||||
*.plg
|
||||
|
||||
|
|
@ -322,9 +322,16 @@ ASALocalRun/
|
|||
# MSBuild Binary and Structured Log
|
||||
*.binlog
|
||||
|
||||
# NVidia Nsight GPU debugger configuration file
|
||||
*.nvuser
|
||||
|
||||
# MFractors (Xamarin productivity tool) working folder
|
||||
.mfractor/
|
||||
|
||||
# FilterLists Custom Ignores
|
||||
gs/Private.gs
|
||||
appsettings.development.json
|
||||
appsettings.production.json
|
||||
src/FilterLists.Agent/appsettings.json
|
||||
src/FilterLists.Web/wwwroot/dist
|
||||
src/FilterLists.Web/wwwroot/dist
|
||||
NDependOut/
|
||||
11518
FilterLists.ndproj
Normal file
11518
FilterLists.ndproj
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue