jdarwood007

jdarwood007 commited on 2024-01-06 13:11:53
Showing 1 changed files, with 6 additions and 0 deletions.

... ...
@@ -46,7 +46,13 @@
46 46
 	<devtools>
47 47
 		<packagename>{CUSTOMIZATION-NAME}_{VERSION-}</packagename>
48 48
 		<exclusion>.git</exclusion>
49
+		<exclusion>.github</exclusion>
50
+		<exclusion>.gitignore</exclusion>
49 51
 		<exclusion>.scrutinizer.yml</exclusion>
52
+		<exclusion>.php-cs-fixer.php</exclusion>
50 53
 		<exclusion>screenshots</exclusion>
54
+		<exclusion>composer.json</exclusion>
55
+		<exclusion>composer.lock</exclusion>
56
+		<exclusion>vendor</exclusion>
51 57
 	</devtools>
52 58
 </package-info>
53 59
\ No newline at end of file
54 60