Skip to content

Commit

Permalink
Merge pull request apex-enterprise-patterns#13 from OrtooApps/feature…
Browse files Browse the repository at this point in the history
…/remove-package-lock

Remove package lock and ignore it
  • Loading branch information
rob-baillie-ortoo committed Feb 7, 2022
2 parents 329321c + cfb8296 commit 7ebdb39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20,080 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is used for Git repositories to specify intentionally untracked files that Git should ignore.
# This file is used for Git repositories to specify intentionally untracked files that Git should ignore.
# If you are not using git, you can delete this file. For more information see: https://git-scm.com/docs/gitignore
# For useful gitignore templates see: https://github.com/github/gitignore

Expand All @@ -24,6 +24,9 @@ yarn-error.log*
# Dependency directories
node_modules/

# NPM package lock
package-lock.json

# Eslint cache
.eslintcache

Expand Down
Loading

0 comments on commit 7ebdb39

Please sign in to comment.