Переглянути джерело

gitignore IntelliJ, MacOS 추가

card007 5 роки тому
батько
коміт
f97d94230f

+ 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/
 .classpath
 /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/
+.settings/
 .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/
 .classpath
 /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/
+.settings/
 .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/
 .settings/
 .classpath
+/bin/
+/target/
+
+### IntelliJ IDEA ###
+.idea
+*.iws
+*.iml
+*.ipr
+
+### MacOS ###
+.DS_Store
+META-INF/context.xml