Просмотр исходного кода

gitignore IntelliJ, MacOS 추가

card007 5 лет назад
Родитель
Сommit
f97d94230f
6 измененных файлов с 75 добавлено и 4 удалено
  1. 15 0
      .gitignore
  2. 11 1
      style24.admin/.gitignore
  3. 13 1
      style24.batch/.gitignore
  4. 11 1
      style24.core/.gitignore
  5. 13 1
      style24.front/.gitignore
  6. 12 0
      style24.scm/.gitignore

+ 15 - 0
.gitignore

@@ -0,0 +1,15 @@
+target/
+.settings/
+.classpath
+/bin/
+/target/
+
+### IntelliJ IDEA ###
+.idea
+*.iws
+*.iml
+*.ipr
+
+### MacOS ###
+.DS_Store
+META-INF/context.xml

+ 11 - 1
style24.admin/.gitignore

@@ -2,4 +2,14 @@ target/
 .settings/
 .settings/
 .classpath
 .classpath
 /bin/
 /bin/
-/target/
+/target/
+
+### IntelliJ IDEA ###
+.idea
+*.iws
+*.iml
+*.ipr
+
+### MacOS ###
+.DS_Store
+META-INF/context.xml

+ 13 - 1
style24.batch/.gitignore

@@ -1,3 +1,15 @@
 target/
 target/
+.settings/
 .classpath
 .classpath
-/target/
+/bin/
+/target/
+
+### IntelliJ IDEA ###
+.idea
+*.iws
+*.iml
+*.ipr
+
+### MacOS ###
+.DS_Store
+META-INF/context.xml

+ 11 - 1
style24.core/.gitignore

@@ -2,4 +2,14 @@ target/
 .settings/
 .settings/
 .classpath
 .classpath
 /bin/
 /bin/
-/target/
+/target/
+
+### IntelliJ IDEA ###
+.idea
+*.iws
+*.iml
+*.ipr
+
+### MacOS ###
+.DS_Store
+META-INF/context.xml

+ 13 - 1
style24.front/.gitignore

@@ -1,3 +1,15 @@
 target/
 target/
+.settings/
 .classpath
 .classpath
-/bin/
+/bin/
+/target/
+
+### IntelliJ IDEA ###
+.idea
+*.iws
+*.iml
+*.ipr
+
+### MacOS ###
+.DS_Store
+META-INF/context.xml

+ 12 - 0
style24.scm/.gitignore

@@ -1,3 +1,15 @@
 target/
 target/
 .settings/
 .settings/
 .classpath
 .classpath
+/bin/
+/target/
+
+### IntelliJ IDEA ###
+.idea
+*.iws
+*.iml
+*.ipr
+
+### MacOS ###
+.DS_Store
+META-INF/context.xml