tidy up
This commit is contained in:
parent
91ee3b8255
commit
d96a578371
24
.gitignore
vendored
24
.gitignore
vendored
@ -164,13 +164,6 @@ imagecache/
|
|||||||
# TypeScript mapping files
|
# TypeScript mapping files
|
||||||
*.js.map
|
*.js.map
|
||||||
|
|
||||||
# Exclude all Typescript-generated JS files
|
|
||||||
src/Sunrise.Web.Customer/App/*.js
|
|
||||||
src/Sunrise.Web.Customer/App/**/*.js
|
|
||||||
src/Sunrise.Web.Customer/Views/**/*.js
|
|
||||||
src/Sunrise.Web.Customer/Areas/**/*.js
|
|
||||||
src/Sunrise.Web.Support/Views/**/*.js
|
|
||||||
|
|
||||||
*.GhostDoc.user.dic
|
*.GhostDoc.user.dic
|
||||||
*.GhostDoc.xml
|
*.GhostDoc.xml
|
||||||
|
|
||||||
@ -178,14 +171,6 @@ src/Sunrise.Web.Support/Views/**/*.js
|
|||||||
*.VisualState.xml
|
*.VisualState.xml
|
||||||
|
|
||||||
artifacts/
|
artifacts/
|
||||||
/src/Sunrise.Web.Customer/Scripts/typings
|
|
||||||
|
|
||||||
# Db project
|
|
||||||
src/Sunrise.Database/*.jfm
|
|
||||||
src/Sunrise.Database/Sunrise.Database.jfm
|
|
||||||
/src/Sunrise.Database/*.jfm
|
|
||||||
/src/Sunrise.Database/Sunrise.Database.jfm
|
|
||||||
/src/Sunrise.Web.Customer/node_modules
|
|
||||||
|
|
||||||
# node modules
|
# node modules
|
||||||
node_modules
|
node_modules
|
||||||
@ -193,10 +178,6 @@ node_modules
|
|||||||
|
|
||||||
#NCrunch folders
|
#NCrunch folders
|
||||||
_NCrunch*/
|
_NCrunch*/
|
||||||
src/Sunrise.Web.FrontEnd/.eslintrc.js
|
|
||||||
src/Sunrise.Web.FrontEnd/.prettierrc
|
|
||||||
src/Sunrise.Web.FrontEnd/.vscode/settings.json
|
|
||||||
src/Sunrise.Web.Customer/Content/bundles/vendor.js
|
|
||||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
@ -215,11 +196,6 @@ src/Sunrise.Web.Customer/Content/bundles/vendor.js
|
|||||||
/public/styles.css.map
|
/public/styles.css.map
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
.env.local
|
|
||||||
.env.development.local
|
|
||||||
.env.test.local
|
|
||||||
.env.production.local
|
|
||||||
|
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user