Skip to content

Commit 27c3a9f

Browse files
committed
Update gitignore
Summarized ignoring all files in .idea directory and added .DS_Store to ignored files
1 parent 0bb7874 commit 27c3a9f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.gitignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
.idea
2-
.idea/misc.xml
1+
# ignore all files in the .idea directory
2+
.idea/
3+
4+
# ignore files
35
c4t-java.iml
4-
.idea/misc.xml
56
*.xml
7+
.DS_Store

0 commit comments

Comments
 (0)