Added Gradle (To Auto Install Node + NPM)

This commit is contained in:
2024-04-16 05:47:51 +02:00
parent bb927eddf9
commit dd204a5ed2
9 changed files with 412 additions and 2 deletions

9
.gitignore vendored
View File

@ -1 +1,10 @@
# Ignore Gradle project-specific cache directory
.gradle
# Ignore Gradle build output directory
build
# VS Code workspace file
*.code-workspace
node_modules/