diff --git a/.env b/.env new file mode 100644 index 0000000..a2ee852 --- /dev/null +++ b/.env @@ -0,0 +1 @@ +added env file \ No newline at end of file diff --git a/.gitignore b/.gitignore index c395bde..d9b2dc9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -secret.txt \ No newline at end of file +.ignore.txt \ No newline at end of file diff --git a/git _ignore.png b/git _ignore.png new file mode 100644 index 0000000..d947afd Binary files /dev/null and b/git _ignore.png differ diff --git a/ignore.txt b/ignore.txt new file mode 100644 index 0000000..e69de29 diff --git a/secret.txt b/secret.txt new file mode 100644 index 0000000..13d63ab --- /dev/null +++ b/secret.txt @@ -0,0 +1 @@ +this is a txt file \ No newline at end of file