diff options
author | Yuchen Pei <hi@ypei.me> | 2022-07-08 23:19:17 +1000 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-07-08 23:19:17 +1000 |
commit | e9031bfb51541a4f2ddd10ba20e0c8cc61bcfcb1 (patch) | |
tree | df064b27d787271437e5f8f98aa03f7f85a350f6 /.gitignore | |
parent | 20cd96d17d111ba213804932b8c18a86090a2486 (diff) |
Adding params.php files to gitignore and adding samples
- also composer related temp files to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |