mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
update gitignore
This commit is contained in:
parent
47f2e401e0
commit
28812f444b
1 changed files with 11 additions and 5 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
|
@ -219,6 +219,10 @@ ClientBin/
|
|||
*.publishsettings
|
||||
orleans.codegen.cs
|
||||
|
||||
# Including strong name files can present a security risk
|
||||
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
|
||||
#*.snk
|
||||
|
||||
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
||||
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
||||
#bower_components/
|
||||
|
|
@ -233,6 +237,7 @@ _UpgradeReport_Files/
|
|||
Backup*/
|
||||
UpgradeLog*.XML
|
||||
UpgradeLog*.htm
|
||||
ServiceFabricBackup/
|
||||
|
||||
# SQL Server files
|
||||
*.mdf
|
||||
|
|
@ -314,10 +319,11 @@ OpenCover/
|
|||
# Azure Stream Analytics local run output
|
||||
ASALocalRun/
|
||||
|
||||
# MSBuild Binary and Structured Log
|
||||
*.binlog
|
||||
|
||||
# FilterLists Custom Ignores
|
||||
gs/Private.gs
|
||||
src/FilterLists.Api/appsettings.development.json
|
||||
src/FilterLists.Api/appsettings.production.json
|
||||
src/FilterLists.Web/wwwroot/dist
|
||||
src/FilterLists.Web/appsettings.development.json
|
||||
src/FilterLists.Web/appsettings.production.json
|
||||
appsettings.development.json
|
||||
appsettings.production.json
|
||||
src/FilterLists.Web/wwwroot/dist
|
||||
Loading…
Reference in a new issue