Skip to content

Commit b98610c

Browse files
Merge pull request #3 from RustamovAkrom/main
add security
2 parents 14ee5ce + f52ac1b commit b98610c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,5 @@ GitHub.sublime-settings
137137
.history
138138
# compressor/
139139

140-
security/
141-
private_key.pem
142-
public_key.pem
140+
# private_key.pem
141+
# public_key.pem

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,8 @@ Ensure you have the following installed:
7272
### Usage
7373

7474
- Create a new post, edit existing posts, and add comments to any post. All updates are handled smoothly using HTMX for a better user experience.
75+
<<<<<<< HEAD
76+
77+
## Project Structure
78+
=======
79+
>>>>>>> master

0 commit comments

Comments
 (0)