Skip to content

Commit

Permalink
changes to config files
Browse files Browse the repository at this point in the history
- ignore macos files
- ignore all spec dirs
- ignore env.js
- add .babelrc
- some plugin to package.json
  • Loading branch information
dvmarinoff committed Sep 14, 2021
1 parent 2966d77 commit 0735ca3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
7 changes: 7 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"env": {
"test": {
"plugins": ["@babel/plugin-transform-modules-commonjs"]
}
}
}
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
/ble-spec/
/ant-spec/
/fit-spec/
notes.txt
env.js
/dist/
/node_modules/
.cache
notes.txt
**/.DS_Store
16 changes: 10 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0735ca3

Please sign in to comment.