Skip to content

Commit

Permalink
Update introduction comments for configuration files
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Cornelissen <[email protected]>
  • Loading branch information
ericcornelissen committed Nov 12, 2024
1 parent 8434cad commit fdeb88e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Configuration file for git (https://git-scm.com/docs/gitignore)
# Ignore file for git (https://git-scm.com/docs/gitignore)

## ESLint
.eslintcache
Expand Down
6 changes: 4 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Ignore all files in root
# Ignore file for npm (https://docs.npmjs.com/cli/v10/using-npm/developers#keeping-files-out-of-your-package)

## Ignore all files in root
/*

# Except the ones we want to publish
## Except the ones we want to publish
!bin/
!src/
!CHANGELOG.md
Expand Down
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Configuration file for npm (https://docs.npmjs.com/cli/configuring-npm/npmrc)

audit=false
ignore-scripts=true
lockfile-version=3

0 comments on commit fdeb88e

Please sign in to comment.