Skip to content
This repository was archived by the owner on Jun 29, 2018. It is now read-only.

Commit cc6f0bb

Browse files
klehnerJohannes Stelzer
authored andcommitted
rework .gitignore
add intellij files to ignore
1 parent a084353 commit cc6f0bb

File tree

8 files changed

+12
-34
lines changed

8 files changed

+12
-34
lines changed

.gitignore

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
/target
2-
/.settings
3-
/.classpath
4-
/.project
1+
# Maven
2+
target/
3+
4+
# Eclipse
5+
.settings/
6+
.classpath
7+
.project
8+
9+
# Intellij
10+
.idea/
11+
*.iml
12+
*.iws

spring-boot-admin-samples/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

spring-boot-admin-samples/spring-boot-admin-sample-discovery/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

spring-boot-admin-samples/spring-boot-admin-sample-hazelcast/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

spring-boot-admin-samples/spring-boot-admin-sample/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
11
/node_modules
2-
/node
3-
/target
4-
/.settings
5-
/.classpath
6-
/.project

spring-boot-admin-server/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

spring-boot-admin-starter-client/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)