Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
francisco-ebi committed Nov 18, 2022
0 parents commit 8bd623e
Show file tree
Hide file tree
Showing 14 changed files with 17,169 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.{js,json,yml}]
charset = utf-8
indent_style = space
indent_size = 2
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.sass-cache/
*.css.map
node_modules/
*.log
.DS_Store
build
public
components/**/*.css
*.tgz
backstop_data/html_report/
bitmaps_test/
temp
package.variables.scss
*.precompiled.js
*.code-workspace
.yarn
13 changes: 13 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
components
bin
.github
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
public
build
.max-age
.gitlab-ci.yml
temp
backstop_data
yarn.lock
Loading

0 comments on commit 8bd623e

Please sign in to comment.