diff --git a/.gitignore b/.gitignore index 90a6b2b..7a6a144 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -target/* +code/java/天气灾害预警/target/* *.jar */.idea/* \ No newline at end of file diff --git a/code/java/天气灾害预警/.idea/.gitignore b/code/java/天气灾害预警/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/code/java/天气灾害预警/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/code/java/天气灾害预警/.idea/compiler.xml b/code/java/天气灾害预警/.idea/compiler.xml deleted file mode 100644 index 9b4349e..0000000 --- a/code/java/天气灾害预警/.idea/compiler.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/code/java/天气灾害预警/.idea/encodings.xml b/code/java/天气灾害预警/.idea/encodings.xml deleted file mode 100644 index 78bf31c..0000000 --- a/code/java/天气灾害预警/.idea/encodings.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/code/java/天气灾害预警/.idea/jarRepositories.xml b/code/java/天气灾害预警/.idea/jarRepositories.xml deleted file mode 100644 index c7ea920..0000000 --- a/code/java/天气灾害预警/.idea/jarRepositories.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/code/java/天气灾害预警/.idea/misc.xml b/code/java/天气灾害预警/.idea/misc.xml deleted file mode 100644 index 132404b..0000000 --- a/code/java/天气灾害预警/.idea/misc.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/code/java/天气灾害预警/.idea/runConfigurations/compile.xml b/code/java/天气灾害预警/.idea/runConfigurations/compile.xml deleted file mode 100644 index 780c17d..0000000 --- a/code/java/天气灾害预警/.idea/runConfigurations/compile.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/code/java/天气灾害预警/.idea/uiDesigner.xml b/code/java/天气灾害预警/.idea/uiDesigner.xml deleted file mode 100644 index e96534f..0000000 --- a/code/java/天气灾害预警/.idea/uiDesigner.xml +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/code/java/天气灾害预警/.idea/vcs.xml b/code/java/天气灾害预警/.idea/vcs.xml deleted file mode 100644 index c2365ab..0000000 --- a/code/java/天气灾害预警/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/code/java/天气灾害预警/src/main/java/App.java b/code/java/天气灾害预警/src/main/java/App.java deleted file mode 100644 index be91c35..0000000 --- a/code/java/天气灾害预警/src/main/java/App.java +++ /dev/null @@ -1,10 +0,0 @@ - -public class App -{ - public static void main( String[] args ) - { - System.out.println( "111!!" ); - - return; - } -} diff --git a/code/java/天气灾害预警/target/maven-archiver/pom.properties b/code/java/天气灾害预警/target/maven-archiver/pom.properties deleted file mode 100644 index f2a08d6..0000000 --- a/code/java/天气灾害预警/target/maven-archiver/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Tue Mar 15 15:14:48 CST 2022 -groupId=com.cpic.xim -artifactId=disaster_warning -version=1.0-SNAPSHOT diff --git a/code/java/天气灾害预警/target/maven-status/maven-compiler-plugin/compile/default-cli/createdFiles.lst b/code/java/天气灾害预警/target/maven-status/maven-compiler-plugin/compile/default-cli/createdFiles.lst deleted file mode 100644 index e69de29..0000000 diff --git a/code/java/天气灾害预警/target/maven-status/maven-compiler-plugin/compile/default-cli/inputFiles.lst b/code/java/天气灾害预警/target/maven-status/maven-compiler-plugin/compile/default-cli/inputFiles.lst deleted file mode 100644 index e8b7e6e..0000000 --- a/code/java/天气灾害预警/target/maven-status/maven-compiler-plugin/compile/default-cli/inputFiles.lst +++ /dev/null @@ -1 +0,0 @@ -D:\develop\ŷֹ˾Ŀ\Ԥ\code\java\ֺԤ\src\main\java\com\cpic\xim\App.java diff --git a/code/java/天气灾害预警/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/code/java/天气灾害预警/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst deleted file mode 100644 index 2ef6228..0000000 --- a/code/java/天气灾害预警/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +++ /dev/null @@ -1 +0,0 @@ -App.class diff --git a/code/java/天气灾害预警/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/code/java/天气灾害预警/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst deleted file mode 100644 index 635f517..0000000 --- a/code/java/天气灾害预警/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +++ /dev/null @@ -1 +0,0 @@ -D:\develop\太保项目\disaster-warning\code\java\天气灾害预警\src\main\java\App.java diff --git a/code/java/天气灾害预警/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/code/java/天气灾害预警/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst deleted file mode 100644 index e69de29..0000000