feat: Add .gitignore file
- A .gitignore file has been added to the project root directory. - This file is configured to exclude .idea directory which often contains IDE specific settings that should not be part of the repo.
This commit is contained in:
parent
c8bf9ecfc1
commit
0e0aac1d3f
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
.idea
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue