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
|
||||
*.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.xml
|
||||
|
||||
@ -178,14 +171,6 @@ src/Sunrise.Web.Support/Views/**/*.js
|
||||
*.VisualState.xml
|
||||
|
||||
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
|
||||
@ -193,10 +178,6 @@ node_modules
|
||||
|
||||
#NCrunch folders
|
||||
_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.
|
||||
|
||||
# dependencies
|
||||
@ -215,11 +196,6 @@ src/Sunrise.Web.Customer/Content/bundles/vendor.js
|
||||
/public/styles.css.map
|
||||
|
||||
# misc
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user