diff options
| author | wanglihui <[email protected]> | 2020-08-06 16:29:37 +0800 |
|---|---|---|
| committer | wanglihui <[email protected]> | 2020-08-06 16:29:37 +0800 |
| commit | e63abc31aac51f1a1c2c5ef83124a028fe6748b8 (patch) | |
| tree | 99bb01fd0075b0bcf0312d9a91925b6ca0cb8069 | |
| parent | 0d02f2066c82424080425df05ef84f8482c46672 (diff) | |
IP Learning tsg项目 spark版本首次提交
| -rw-r--r-- | ip-learning-spark/.gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ip-learning-spark/.gitignore b/ip-learning-spark/.gitignore index 5db5dd3..f5a5d20 100644 --- a/ip-learning-spark/.gitignore +++ b/ip-learning-spark/.gitignore @@ -3,7 +3,11 @@ ### Example user template # IntelliJ project files -.idea +.idea/ *.iml target logs/ +pom.xml +spark-warehouse/ +src/main/java/cn/ac/iie/config/ +src/test/java/ |
