Skip to content

Commit

Permalink
👷‍♂️ Add .meteorignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-dimitru committed Jul 3, 2022
1 parent 2d4aa8c commit 713f72c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .meteorignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.github
.gitignore
.npmignore
.npm
.DS_Store
.eslintcache
.eslintrc
node_modules
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
HISTORY.md
LICENCE
LICENSE
README.md
docs
test
package.json
package-lock.json
template.html
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.eslintrc
.github
.meteor
.meteorignore
.npm
.versions
ascii
Expand All @@ -15,3 +16,5 @@ package.js
template.html
test/
test/*
docs/
docs/*

0 comments on commit 713f72c

Please sign in to comment.