Skip to content

Commit ad5b8a1

Browse files
chore: add .gitignore to exclude binary and IDE folders
To prevent accidental inclusion of binary and IDE-specific configuration files, a .gitignore file has been added to the repository. This ensures that build artifacts and development environment settings do not clutter the repository and affect other developers working on the project.
1 parent c0b8139 commit ad5b8a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/bin
2+
/.idea

0 commit comments

Comments
 (0)