summaryrefslogtreecommitdiffstats
path: root/sd-plugin/.gitignore
diff options
context:
space:
mode:
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