copy from RedHatInsights/insights-frontend-starter-app template
Copied removing unused parts, and includes some initial changes.
This commit is contained in:
parent
d9ba8a2f02
commit
f93d36b972
26 changed files with 19546 additions and 0 deletions
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
||||
|
||||
# vscode config
|
||||
.vscode/
|
||||
|
||||
# ide config
|
||||
.idea/
|
||||
|
||||
# dependencies
|
||||
node_modules
|
||||
|
||||
# production
|
||||
dist
|
||||
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
.DS_Store
|
||||
coverage
|
||||
|
||||
*~
|
||||
Loading…
Add table
Add a link
Reference in a new issue