]> source.dussan.org Git - gitignore.git/commitdiff
Added community template for ThinkPHP
authorBrendan Forster <github@brendanforster.com>
Sun, 28 Oct 2018 12:29:06 +0000 (09:29 -0300)
committerBrendan Forster <github@brendanforster.com>
Sun, 28 Oct 2018 21:17:26 +0000 (18:17 -0300)
Co-Authored-By: Parallel <swumao@users.noreply.github.com>
community/PHP/ThinkPHP.gitignore [new file with mode: 0644]

diff --git a/community/PHP/ThinkPHP.gitignore b/community/PHP/ThinkPHP.gitignore
new file mode 100644 (file)
index 0000000..348ebf0
--- /dev/null
@@ -0,0 +1,8 @@
+# gitignore template for ThinkPHP v3.2.3
+# website: http://www.thinkphp.cn/
+
+# Logs and Cache files
+/Application/Runtime/
+
+# Common configure file
+/Application/Common/Conf/config.php
\ No newline at end of file