Browse code

Remote Progress

Benjamin Roth authored on08/11/2022 13:28:37
Showing1 changed files
... ...
@@ -19,6 +19,7 @@
19 19
 
20 20
 # Skip files
21 21
 /system/modules/*/.skip
22
+.env.local
22 23
 
23 24
 # IDE
24 25
 /.idea/
Browse code

Initial commit

Benjamin Roth authored on07/11/2022 09:19:06
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,24 @@
1
+# Composer
2
+/composer.phar
3
+/contao-manager.phar.php
4
+/vendor/
5
+
6
+# Contao Manager
7
+/contao-manager/
8
+
9
+# Generated folders
10
+/assets/
11
+/public/
12
+/system/*
13
+!/system/config/
14
+/system/config/localconfig.php
15
+/system/config/tcpdf.php
16
+/var/cache/
17
+/var/logs/
18
+/web/
19
+
20
+# Skip files
21
+/system/modules/*/.skip
22
+
23
+# IDE
24
+/.idea/