Move meteor-babel under npm-packages

This commit is contained in:
Jan Dvorak
2021-09-30 14:50:52 +02:00
parent 90da20d0d1
commit d4c5e184f0
42 changed files with 32 additions and 0 deletions

32
npm-packages/meteor-babel/.gitignore vendored Normal file
View File

@@ -0,0 +1,32 @@
# Logs
logs
*.log
# Runtime data
pids
*.pid
*.seed
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# node-waf configuration
.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules
# Cache of JSON results previously compiled by Babel.
test/.cache
.idea/