aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-07-08 23:19:17 +1000
committerYuchen Pei <hi@ypei.me>2022-07-08 23:19:17 +1000
commite9031bfb51541a4f2ddd10ba20e0c8cc61bcfcb1 (patch)
treedf064b27d787271437e5f8f98aa03f7f85a350f6 /.gitignore
parent20cd96d17d111ba213804932b8c18a86090a2486 (diff)
Adding params.php files to gitignore and adding samples
- also composer related temp files to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 72b9a89..78606d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,13 @@ TAGS
.htaccess
Config/Config.php
admin/Config/Config.php
+Application/Include/params.php
+admin/Application/Include/params.php
# litter
*~
+
+# packaging and tools
+vendor
+composer.json
+composer.lock \ No newline at end of file