Add .gitignore to ignore secret.txt

This commit is contained in:
2025-08-26 17:03:00 +05:30
parent 3f66206d09
commit d16da988cd
6 changed files with 14 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
secret.txt

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -1,2 +1,2 @@
hello
welcome
Hi

BIN
git push and pull orgin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

@ -56,3 +56,15 @@ In email we can`t tarck the changes in the code.But in git we track the changes
## 8 Git clone
![alt text](<git clone.png>)
## 9. Adding & Managing Remotes
![alt text](<Adding & Managing Remotes.png>)
## 10. Pushing & Pulling Changes
![alt text](<git push and pull orgin.png>)
## 11. Ignoring Files with .gitignore
![alt text](<Ignoring Files with .gitignore.png>)