From 28fd9a2368ad27bb7016c82a618ad2b3bf1dddbc Mon Sep 17 00:00:00 2001 From: chuang <994001556@qq.com> Date: Tue, 4 Apr 2023 09:43:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=87=87=E8=B4=AD=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E5=9E=AB=E8=B5=84=E9=87=91=E9=A2=9D=E5=A4=B1=E6=95=88?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SC-boot/.gitignore | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 SC-boot/.gitignore diff --git a/SC-boot/.gitignore b/SC-boot/.gitignore new file mode 100644 index 00000000..58f8f750 --- /dev/null +++ b/SC-boot/.gitignore @@ -0,0 +1,89 @@ +#我的配置 +application-dev.yml +application.yml +*.yml +# For Java +*.lck +target/ +*.json +log/ +logback-test.xml + + + +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* + +# Image snapshot diff +__diff_output__/ +/jest-stare + +*.iml +.idea/ +.ipr +.iws +*~ +~* +*.diff +*.patch +*.bak +.DS_Store +Thumbs.db +.project +.*proj +.svn/ +*.swp +*.swo +*.log +*.log.* +*.json.gzip +node_modules/ +.buildpath +.settings +dist +npm-debug.log +nohup.out +_site +_data +report.html +/lib +/es +elasticsearch-* +config/base.yaml +/.vscode/ +/coverage +/.history +*.tmp +!**/nacos/target +**/nacos/data/* +**/nacos/logs/* +**/seata/bin/* +### Example user template template +### Example user template + +# IntelliJ project files +.idea +*.iml +out +gen