Skip to content

Commit 5ea37f1

Browse files
committed
Merge branch of workflows
2 parents a4c8222 + e49c04c commit 5ea37f1

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,17 @@ local.properties
9090
# PMD plugin conf
9191
.pmd
9292

93+
##---------------------------------------------------------------------------------------- Node.js
94+
95+
# npm dependency tree — never commit; regenerated by npmInstall on every clean checkout.
96+
node_modules/
97+
98+
# Lock file — ignored here so a fresh checkout uses 'npm install' instead of 'npm ci'.
99+
# To switch to fully reproducible builds, remove this line, run
100+
# ./gradlew :methodatlas-discovery-typescript:npmInstall once, and commit the generated
101+
# methodatlas-discovery-typescript/package-lock.json.
102+
package-lock.json
103+
93104
##---------------------------------------------------------------------------------------- Gradle
94105
.gradle
95106
**/build/

0 commit comments

Comments
 (0)