Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
sandb0x4477 committed Aug 12, 2019
1 parent 6a18c20 commit b5cb027
Show file tree
Hide file tree
Showing 21 changed files with 3,474 additions and 84 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ testem.log
# System Files
.DS_Store
Thumbs.db

/src/assets/*
10 changes: 10 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"useTabs": false,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all",
"semi": true,
"bracketSpacing": true,
"arrowParens": "avoid",
"printWidth": 120
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"git.ignoreLimitWarning": true
}
5 changes: 5 additions & 0 deletions ah-lcg-hapi/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# dependencies
/node_modules

.env
/public
Loading

0 comments on commit b5cb027

Please sign in to comment.