We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3dd1bc7 + 2ea89bf commit 4a79c2fCopy full SHA for 4a79c2f
.gitignore
@@ -14,16 +14,24 @@
14
##########
15
# Addons files
16
17
+# Include the add-ons folder
18
+!/addons
19
+# ...but ignore its contents.
20
+addons/*
21
-# the main plugin
22
+# Except for the main plugin
23
+!/addons/dialog_plugin/
24
!/addons/dialog_plugin/*
25
-# the unit-test plugin that needs an update
26
+# And the unit-test plugin that needs an update
27
+!/addons/WAT/
28
!/addons/WAT/*
29
+!/tests/
30
!/tests/*
31
32
33
34
# Docs
35
36
+!/docs/
37
!/docs/*
0 commit comments