diff --git a/.gitignore b/.gitignore index 3e868e1..4f4613f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +config.toml /target .idea/* diff --git a/config.toml b/config.toml deleted file mode 100644 index 9f17a7d..0000000 --- a/config.toml +++ /dev/null @@ -1,2 +0,0 @@ -[gitlab] -token = "glpat-tARsV81umLzsJSkWxyEz" \ No newline at end of file diff --git a/config.toml.dist b/config.toml.dist new file mode 100644 index 0000000..766c514 --- /dev/null +++ b/config.toml.dist @@ -0,0 +1,2 @@ +[gitlab] +token = "glpat-example" \ No newline at end of file