diff options
| author | Jeff Carr <[email protected]> | 2024-01-01 15:26:36 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-01 15:26:36 -0600 |
| commit | 5aacba7ff2ca5936bbe48449cd5728ad582bc3cf (patch) | |
| tree | fac02e36b2831c4f76e288e3ebe2a9dc70feacba /.gitignore | |
initial commit
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..01d3a55 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +control-panel-dns +/files/* +/*.deb +*.swp +/plugins/* + +control-panel-digitalocean |
