diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c561610 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +cache-files/ diff --git a/cache-files/build.txt b/cache-files/build.txt deleted file mode 100644 index c398ad0..0000000 --- a/cache-files/build.txt +++ /dev/null @@ -1,2 +0,0 @@ -generated_at=2026-01-08T14:30:00Z -valid=true \ No newline at end of file diff --git a/cache-files/session.txt b/cache-files/session.txt deleted file mode 100644 index 6c462e1..0000000 --- a/cache-files/session.txt +++ /dev/null @@ -1,3 +0,0 @@ -SESSION_ID=8f3a91d2 -LAST_ACCESS=2026-01-08T14:32:11Z -STATUS=active \ No newline at end of file diff --git a/hello.txt b/hello.txt index 792bd5d..ea95214 100644 --- a/hello.txt +++ b/hello.txt @@ -1 +1,8 @@ -Hello from the main branch \ No newline at end of file +Hello from the main branch +Add feature-a + +Add feature-b + +new code that makes feature-b work! + +Add feature-c \ No newline at end of file diff --git a/squash.txt b/squash.txt new file mode 100644 index 0000000..266a1bd --- /dev/null +++ b/squash.txt @@ -0,0 +1,3 @@ +squash line 1 +squash line 2 +squash line 3 \ No newline at end of file