initial import
This commit is contained in:
parent
22c4cf0d1c
commit
0533de7750
2 changed files with 63 additions and 2 deletions
|
|
@ -1,4 +1,65 @@
|
|||
|
||||
private/
|
||||
.git
|
||||
bin/
|
||||
obj/
|
||||
out/
|
||||
dist/
|
||||
node_modules/
|
||||
|
||||
*.pfx
|
||||
*.userprefs
|
||||
*.Private.cs
|
||||
*-secret.json
|
||||
|
||||
.gitignore
|
||||
.paket/
|
||||
.vs/
|
||||
.sass-cache/
|
||||
.private/
|
||||
|
||||
/out
|
||||
bin
|
||||
obj
|
||||
bower_components
|
||||
node_modules/
|
||||
private/
|
||||
|
||||
DataProtection-Keys/
|
||||
RSA-Params.json
|
||||
appsettings.*.json
|
||||
omnisharp.json
|
||||
|
||||
DataProtection/
|
||||
|
||||
/packages/
|
||||
/src/Yavsc/Avatars-*/
|
||||
/src/Yavsc/Blog-*/
|
||||
/src/Yavsc/Bills-*/
|
||||
/src/Yavsc/AppData*/
|
||||
/src/Yavsc/Temp-*/
|
||||
/src/Yavsc/bower_components/
|
||||
/src/Yavsc/Data-Dev/
|
||||
/src/test/testingrepo/
|
||||
connectionsettings.Development.json
|
||||
appsettings.Development.json
|
||||
/src/Yavsc/web.log
|
||||
/yavscd
|
||||
builds/
|
||||
/test/yavscTests/test-results.xml
|
||||
/test/yavscTests/test-results.html
|
||||
yavsc-pre
|
||||
|
||||
*.env
|
||||
generated/
|
||||
*.lscache
|
||||
*.Development.json
|
||||
*.log
|
||||
|
||||
**/AppDataDevelopment/
|
||||
binaries/
|
||||
build/
|
||||
src/*/Blog-Dev/
|
||||
*.mp4
|
||||
src/Yavsc.Org/data/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue