diff options
| author | Carson Fleming <[email protected]> | 2024-11-21 02:48:48 -0500 |
|---|---|---|
| committer | Carson Fleming <[email protected]> | 2024-11-21 02:48:48 -0500 |
| commit | 0cbcced7c36ee95a9c369579b1bf2b9b3e31a768 (patch) | |
| tree | abda60dd1ada4af527b4a7937d78a0feeee18687 /.gitignore | |
| download | rc-identity-addresses-0cbcced7c36ee95a9c369579b1bf2b9b3e31a768.tar.gz | |
spitballing
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a9e8e02 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +composer.phar +/vendor/ + +# Config +config.inc.php |
