refactoring
This commit is contained in:
commit
5c6d6ee687
73 changed files with 645 additions and 48758 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -15,19 +15,16 @@ package-lock.json
|
|||
# Exception : jonthornton-Datepair n'est pas sur npm, on garde le
|
||||
# fichier bundlé comme asset statique.
|
||||
src/Yavsc.Org/wwwroot/lib/
|
||||
!src/Yavsc.Org/wwwroot/lib/jonthornton-Datepair/
|
||||
!src/Yavsc.Org/wwwroot/lib/jonthornton-Datepair/jquery.datepair.min.js
|
||||
# Versions .min des libs tierces dans wwwroot/js (elles ne sont plus
|
||||
# versionnées ; la minification est faite par esbuild au build)
|
||||
src/Yavsc.Org/wwwroot/js/*.min.js
|
||||
|
||||
# Exclure les caches lourds
|
||||
**/.playwright/
|
||||
.git/
|
||||
.vs/
|
||||
|
||||
.env
|
||||
.Production.env
|
||||
|
||||
.*.env
|
||||
|
||||
*.csproj.lscache
|
||||
|
|
@ -36,5 +33,4 @@ appsettings.Development.json
|
|||
|
||||
contrib/generated/
|
||||
*.tmp
|
||||
|
||||
DataDir/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue