소스 검색

added NetBeans to gitignore

I. Dix 7 년 전
부모
커밋
95ea1820e9
1개의 변경된 파일12개의 추가작업 그리고 2개의 파일을 삭제
  1. 12 2
      .gitignore

+ 12 - 2
.gitignore

@@ -2,7 +2,10 @@ build/
 .gradle/
 
 
-# Created by https://www.gitignore.io/api/eclipse and https://www.gitignore.io/api/intellij
+# Created by:
+# https://www.gitignore.io/api/eclipse
+# https://www.gitignore.io/api/intellij
+# https://www.gitignore.io/api/netbeans
 
 ### Eclipse ###
 
@@ -121,6 +124,13 @@ fabric.properties
 # Sonarlint plugin
 .idea/sonarlint
 
+### NetBeans ###
+nbproject/private/
+nbbuild/
+dist/
+nbdist/
+.nb-gradle/
+
 ### added manually ###
-.idea/*
+.idea/
 praktikum-holons.iml