This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-create.git


The following commit(s) were added to refs/heads/master by this push:
     new f0f1c5d  chore: add .npmrc & update ignore files (#103)
f0f1c5d is described below

commit f0f1c5d2aefd77edf83b5a0c31a48dd1de455ea9
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Mon Sep 1 11:55:01 2025 +0900

    chore: add .npmrc & update ignore files (#103)
    
    * chore: add .npmrc & update ignore files
    * chore: update README badges
---
 .gitignore           | 51 ++++++++++++++++++++++++++++++++++-----------------
 .npmignore           |  4 ++++
 .npmignore => .npmrc |  5 +----
 README.md            |  5 +++--
 4 files changed, 42 insertions(+), 23 deletions(-)

diff --git a/.gitignore b/.gitignore
index b770beb..b0eb12e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,21 +15,38 @@
 # specific language governing permissions and limitations
 # under the License.
 
-node_modules
-npm-debug.log
-.idea/*
-*.jar
-.*.swp
-._*
-.DS_Store
-.git
-.hg
-.npmrc
-.lock-wscript
-.svn
-.wafpickle-*
-config.gypi
-CVS
-node_modules/*
-node_module/.bin/*
+# Logs
+logs
+*.log
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+
+# Runtime data
+pids
+*.pid
+*.seed
+*.pid.lock
+
+# Coverage
 coverage/
+lcov.info
+lib-cov
+
+# Dependency directories
+node_modules/
+
+# Optional npm cache directory
+.npm
+
+# Optional eslint cache
+.eslintcache
+
+# Optional REPL history
+.node_repl_history
+
+# Output of 'npm pack'
+*.tgz
+
+# System Files
+.DS_Store
diff --git a/.npmignore b/.npmignore
index 957adf6..f80fd0a 100644
--- a/.npmignore
+++ b/.npmignore
@@ -19,3 +19,7 @@
 spec
 coverage
 eslint.config.js
+licence_checker.yml
+
+# Output of 'npm pack'
+*.tgz
diff --git a/.npmignore b/.npmrc
similarity index 95%
copy from .npmignore
copy to .npmrc
index 957adf6..7cff323 100644
--- a/.npmignore
+++ b/.npmrc
@@ -15,7 +15,4 @@
 # specific language governing permissions and limitations
 # under the License.
 
-.*
-spec
-coverage
-eslint.config.js
+registry=https://registry.npmjs.org
diff --git a/README.md b/README.md
index b74b245..37ff188 100644
--- a/README.md
+++ b/README.md
@@ -21,9 +21,10 @@
 
 # cordova-create
 
-[![NPM](https://nodei.co/npm/cordova-create.png)](https://nodei.co/npm/cordova-create/)
+[![NPM](https://nodei.co/npm/cordova-create.svg?style=flat&data=n,v,u&color=blue)](https://www.npmjs.com/package/cordova-create)
 
-[![Node 
CI](https://github.com/apache/cordova-create/workflows/Node%20CI/badge.svg?branch=master)](https://github.com/apache/cordova-create/actions?query=branch%3Amaster)
+[![Node 
CI](https://github.com/apache/cordova-create/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/apache/cordova-create/actions/workflows/ci.yml?query=branch%3Amaster)
+[![Release 
Audit](https://github.com/apache/cordova-create/actions/workflows/release-audit.yml/badge.svg?branch=master)](https://github.com/apache/cordova-create/actions/workflows/release-audit.yml?query=branch%3Amaster)
 
[![codecov.io](https://codecov.io/github/apache/cordova-create/coverage.svg?branch=master)](https://codecov.io/github/apache/cordova-create?branch=master)
 
 This module is used for creating Cordova style projects. It also incudes 
support for [Cordova App 
Templates](http://cordova.apache.org/docs/en/latest/guide/cli/template.html). 
It can fetch templates from npm and git.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to