We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4c8222 + e49c04c commit 5ea37f1Copy full SHA for 5ea37f1
1 file changed
.gitignore
@@ -90,6 +90,17 @@ local.properties
90
# PMD plugin conf
91
.pmd
92
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
104
##---------------------------------------------------------------------------------------- Gradle
105
.gradle
106
**/build/
0 commit comments