cleanup
This commit is contained in:
parent
0730a760a5
commit
07c2b9cbd5
2 changed files with 27 additions and 49 deletions
|
|
@ -4,3 +4,15 @@
|
||||||
.git/
|
.git/
|
||||||
.vs/
|
.vs/
|
||||||
.github/
|
.github/
|
||||||
|
# Exclure uniquement les dossiers de sortie de compilation
|
||||||
|
bin/
|
||||||
|
obj/
|
||||||
|
src/*/bin/
|
||||||
|
src/*/obj/
|
||||||
|
test/*/bin/
|
||||||
|
test/*/obj/
|
||||||
|
|
||||||
|
# Exclure les caches lourds
|
||||||
|
**/.playwright/
|
||||||
|
.git/
|
||||||
|
.vs/
|
||||||
|
|
|
||||||
64
.gitignore
vendored
64
.gitignore
vendored
|
|
@ -1,55 +1,21 @@
|
||||||
*.pfx
|
# Exclure uniquement les dossiers de sortie de compilation
|
||||||
*.userprefs
|
bin/
|
||||||
*.Private.cs
|
obj/
|
||||||
*-secret.json
|
src/*/bin/
|
||||||
|
src/*/obj/
|
||||||
|
test/*/bin/
|
||||||
|
test/*/obj/
|
||||||
|
|
||||||
.gitignore
|
# Exclure les caches lourds
|
||||||
.paket/
|
**/.playwright/
|
||||||
|
.git/
|
||||||
.vs/
|
.vs/
|
||||||
.sass-cache/
|
|
||||||
.private/
|
|
||||||
|
|
||||||
/out
|
.env
|
||||||
bin
|
*.csproj.lscache
|
||||||
obj
|
data/
|
||||||
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
|
appsettings.Development.json
|
||||||
/src/Yavsc/web.log
|
|
||||||
/yavscd
|
|
||||||
builds/
|
|
||||||
/test/yavscTests/test-results.xml
|
|
||||||
/test/yavscTests/test-results.html
|
|
||||||
yavsc-pre
|
|
||||||
|
|
||||||
*.env
|
contrib/generated/
|
||||||
generated/
|
*.tmp
|
||||||
*.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