summaryrefslogtreecommitdiffstats
path: root/sd-plugin/.gitignore
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2021-11-01 21:53:11 +0100
committerGitHub <noreply@github.com>2021-11-01 21:53:11 +0100
commitb14d9ee1e58e2f349972bd66ffcf4b169f90b2cb (patch)
treecc64e62d452f78e22cbd6b87a0c6898a5aa601e4 /sd-plugin/.gitignore
parent355b1d01147f0cc8d57118fb1f9278f2a09aaf9b (diff)
parent0039fba5e9615536e81192a88e08d0fdc9fa13b4 (diff)
Merge pull request #19815 from shahariel/masterv7.493.25
Some little changes In sd-plugin (like make buildPlugin default task)
Diffstat (limited to 'sd-plugin/.gitignore')
-rw-r--r--sd-plugin/.gitignore15
1 files changed, 15 insertions, 0 deletions
diff --git a/sd-plugin/.gitignore b/sd-plugin/.gitignore
new file mode 100644
index 00000000000..fa33885331d
--- /dev/null
+++ b/sd-plugin/.gitignore
@@ -0,0 +1,15 @@
+.gradle
+**/build/
+!src/**/build/
+
+# ignore generated files
+src/main/gen/
+
+# Ignore Gradle GUI config
+gradle-app.setting
+
+# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
+!gradle/wrapper/gradle-wrapper.jar
+
+# Cache of project
+.gradletasknamecache \ No newline at end of file