Skip to content

Commit

Permalink
Update .gitignore to exclude .idea folder (#32)
Browse files Browse the repository at this point in the history
## WHAT
- Update .gitignore to exclude .idea folder.

## WHY
- Not let git monitor the workflows file.

## HOW
- Add .idea to file gitignore.

## DEMO
- Don't see local push .idea/workflows files to GitHub

![image](https://github.com/CoderPush/chatlit/assets/100370556/1b2ac28f-89e5-435d-97d7-e9b87f221e82)

---------

Co-authored-by: NghiaDinh003 <92510310055@Ãispace.edu.vn>
  • Loading branch information
NghiaDinh003 and NghiaDinh003 authored Jun 20, 2023
1 parent b6b09af commit e27fac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ cython_debug/
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
.idea/

### Python Patch ###
# Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration
Expand Down

0 comments on commit e27fac0

Please sign in to comment.