소스 검색

Ignore IDEA Files

Ignoring .idea files while we review what we want to keep
in the repo
Josh Cummings 1 개월 전
부모
커밋
0cc45e2482
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -2,6 +2,9 @@
 # Created by https://www.toptal.com/developers/gitignore/api/gradle,java,intellij,eclipse
 # Edit at https://www.toptal.com/developers/gitignore?templates=gradle,java,intellij,eclipse
 
+### IDEA ###
+.idea
+
 ### Eclipse ###
 .metadata
 bin/