Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
JThink committed Dec 5, 2017
1 parent cd0f2e1 commit 76a19fa
Show file tree
Hide file tree
Showing 17 changed files with 119 additions and 14 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ disconf/
.DS_Store
/.DS_Store
/out/

24 changes: 24 additions & 0 deletions skyeye-benchmark/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
bin/
target/
file/
logs/
gen-java/
.externalToolBuilders/
.settings/
.gradle/
.classpath
.gradletasknamecache
.buildpath
.project
.springBeans
dependency-reduced-pom.xml
*.iml
nohup.out
/tmp
/.apt_generated/
.idea/
disconf/
/target/
.DS_Store
/.DS_Store
/out/
24 changes: 24 additions & 0 deletions skyeye-benchmark/dubbo-service/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
bin/
target/
file/
logs/
gen-java/
.externalToolBuilders/
.settings/
.gradle/
.classpath
.gradletasknamecache
.buildpath
.project
.springBeans
dependency-reduced-pom.xml
*.iml
nohup.out
/tmp
/.apt_generated/
.idea/
disconf/
/target/
.DS_Store
/.DS_Store
/out/
5 changes: 4 additions & 1 deletion skyeye-benchmark/dubbo-service/dubbo-service-a/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ nohup.out
/.apt_generated/
.idea/
disconf/
/target/
/target/
.DS_Store
/.DS_Store
/out/
5 changes: 4 additions & 1 deletion skyeye-benchmark/dubbo-service/dubbo-service-b/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ nohup.out
/.apt_generated/
.idea/
disconf/
/target/
/target/
.DS_Store
/.DS_Store
/out/
5 changes: 4 additions & 1 deletion skyeye-benchmark/dubbo-service/dubbo-service-c/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ nohup.out
/.apt_generated/
.idea/
disconf/
/target/
/target/
.DS_Store
/.DS_Store
/out/
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ nohup.out
/.apt_generated/
.idea/
disconf/
/target/
/target/
.DS_Store
/.DS_Store
/out/
5 changes: 4 additions & 1 deletion skyeye-benchmark/dubbo-service/dubbo-service-d/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ nohup.out
/.apt_generated/
.idea/
disconf/
/target/
/target/
.DS_Store
/.DS_Store
/out/
5 changes: 4 additions & 1 deletion skyeye-benchmark/dubbo-service/dubbo-service-e/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ nohup.out
/.apt_generated/
.idea/
disconf/
/target/
/target/
.DS_Store
/.DS_Store
/out/
5 changes: 4 additions & 1 deletion skyeye-benchmark/dubbo-service/performance-test/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ nohup.out
/.apt_generated/
.idea/
disconf/
/target/
/target/
.DS_Store
/.DS_Store
/out/
4 changes: 3 additions & 1 deletion skyeye-benchmark/hi-log/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ nohup.out
.idea/
disconf/
/target/
/build/
.DS_Store
/.DS_Store
/out/
4 changes: 3 additions & 1 deletion skyeye-benchmark/hi-log/hi-log-log4j2/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ nohup.out
.idea/
disconf/
/target/
/build/
.DS_Store
/.DS_Store
/out/
4 changes: 3 additions & 1 deletion skyeye-benchmark/log-generater/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ nohup.out
.idea/
disconf/
/target/
/build/
.DS_Store
/.DS_Store
/out/
4 changes: 3 additions & 1 deletion skyeye-benchmark/spring-cloud-service/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ nohup.out
.idea/
disconf/
/target/
/build/
.DS_Store
/.DS_Store
/out/
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ nohup.out
.idea/
disconf/
/target/
/build/
.DS_Store
/.DS_Store
/out/
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
bin/
target/
file/
logs/
gen-java/
.externalToolBuilders/
.settings/
.gradle/
.classpath
.gradletasknamecache
.buildpath
.project
.springBeans
dependency-reduced-pom.xml
*.iml
nohup.out
/tmp
/.apt_generated/
.idea/
disconf/
/target/
.DS_Store
/.DS_Store
/out/
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ nohup.out
/.apt_generated/
.idea/
disconf/
/target/
/target/
.DS_Store
/.DS_Store
/out/

0 comments on commit 76a19fa

Please sign in to comment.