Skip to content

Commit

Permalink
Merge pull request #17 from xorddotcom/development
Browse files Browse the repository at this point in the history
compile revamp
  • Loading branch information
sleepyqadir authored Sep 20, 2022
2 parents 33d42dd + 2fd3485 commit bcec973
Show file tree
Hide file tree
Showing 58 changed files with 3,125 additions and 329 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
yarn.lock

# Dists
/dist
Expand Down
24 changes: 22 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
node_modules
src
utils
src/
utils/

#tests
test
coverage

#build tools
.husky

#workflows
.github

#linters
.jscsrc
.jshintrc
.eslintrc*

#editor settings
.idea
.editorconfig
.prettierrc.json
Loading

0 comments on commit bcec973

Please sign in to comment.