Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nandomoreirame committed Feb 21, 2020
0 parents commit 839d0a1
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
wp/**/*
!wp/.gitkeep

api/**/*
!api/.gitkeep

client/**/*
!client/.gitkeep
Empty file added api/.gitkeep
Empty file.
Empty file added client/.gitkeep
Empty file.
Empty file added wp/.gitkeep
Empty file.
41 changes: 41 additions & 0 deletions zion.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"folders": [
{
"name": "root",
"path": "."
},
{
"name": "client",
"path": "client/"
},
{
"name": "WordPress",
"path": "wp/app/public"
},
{
"name": "Themes",
"path": "wp/app/public/wp-content/themes"
},
{
"name": "Plugins",
"path": "wp/app/public/wp-content/plugins"
}
],
"settings": {
"files.autoSave": "off",
"eslint.enable": true,
"eslint.alwaysShowStatus": true,
"eslint.packageManager": "yarn",
"stylelint.enable": true,
"css.validate": false,
"scss.validate": true,
"files.exclude": {
"**/node_modules": true
},
"px2rem-plus.base": 16,
"px2rem-plus.comments": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
}
}

0 comments on commit 839d0a1

Please sign in to comment.