Skip to content

Commit

Permalink
config update
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-macaneata committed Mar 26, 2020
1 parent 6dcc09d commit 505c946
Show file tree
Hide file tree
Showing 7 changed files with 10,541 additions and 8,342 deletions.
75 changes: 75 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.DS_Store

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# next.js build output
.next

build
.env.local
.env.development.local
.env.test.local
.env.production.local

data
*.old
*~
src/addons
src/develop
npm-cache
28 changes: 14 additions & 14 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,36 +13,36 @@
"compilerOptions": {
"baseUrl": "src",
"paths": {
"volto-addons": [
"develop/volto-addons/src"
"volto-mosaic": [
"develop/volto-mosaic/src"
],
"volto-base": [
"develop/volto-base/src"
"volto-datablocks": [
"develop/volto-datablocks/src"
],
"volto-blocks": [
"develop/volto-blocks/src"
],
"volto-addons": [
"develop/volto-addons/src"
],
"volto-ckeditor": [
"develop/volto-ckeditor/src"
],
"volto-datablocks": [
"develop/volto-datablocks/src"
],
"volto-drafteditor": [
"develop/volto-drafteditor/src"
],
"volto-embed": [
"develop/volto-embed/src"
],
"volto-mosaic": [
"develop/volto-mosaic/src"
],
"volto-plotlycharts": [
"develop/volto-plotlycharts/src"
],
"volto-sidebar": [
"develop/volto-sidebar/src"
],
"volto-base": [
"develop/volto-base/src"
],
"volto-embed": [
"develop/volto-embed/src"
]
}
}
}
}
Loading

0 comments on commit 505c946

Please sign in to comment.