You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: add .gitignore file to exclude unnecessary files and directories from version control
The .gitignore file is added to the project to specify which files and directories should be ignored by Git. This helps to keep the repository clean and avoid including unnecessary files such as binaries, test outputs, dependency directories, IDE folders, and operating system files.
0 commit comments