From 7d6222d3e742a7423a1a47770212c10d8f05aabf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?= <7507756+jiang_yuqi@user.noreply.gitee.com> Date: Sat, 17 Aug 2024 12:07:19 +0800 Subject: [PATCH] init --- .gitignore | 49 +++++++++++++++++++++++++++++++++++++++ yanzhu-ui-app/.gitignore | 8 +++++++ yanzhu-ui-vue3/.gitignore | 25 ++++++++++++++++++++ 3 files changed, 82 insertions(+) create mode 100644 .gitignore create mode 100644 yanzhu-ui-app/.gitignore create mode 100644 yanzhu-ui-vue3/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..ec29fd53 --- /dev/null +++ b/.gitignore @@ -0,0 +1,49 @@ +###################################################################### +# Build Tools + +.gradle +/build/ +!gradle/wrapper/gradle-wrapper.jar + +target/ +!.mvn/wrapper/maven-wrapper.jar + +###################################################################### +# IDE + +### STS ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans + +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr + +### JRebel ### +rebel.xml + +### NetBeans ### +nbproject/private/ +build/* +nbbuild/ +dist/ +nbdist/ +.nb-gradle/ +*.css +*.css.map + +###################################################################### +# Others +*.log +*.xml.versionsBackup +*.swp + +!*/build/*.java +!*/build/*.html +!*/build/*.xml diff --git a/yanzhu-ui-app/.gitignore b/yanzhu-ui-app/.gitignore new file mode 100644 index 00000000..cbbe6114 --- /dev/null +++ b/yanzhu-ui-app/.gitignore @@ -0,0 +1,8 @@ +node_modules/ +dist/** +.project +unpackage/ +.DS_Store +wxcomponents/**/*.vue +wxcomponents/**/*.css +.hbuilderx/ \ No newline at end of file diff --git a/yanzhu-ui-vue3/.gitignore b/yanzhu-ui-vue3/.gitignore new file mode 100644 index 00000000..5a6986b9 --- /dev/null +++ b/yanzhu-ui-vue3/.gitignore @@ -0,0 +1,25 @@ +.DS_Store +node_modules/ +dist/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* +**/*.log + +tests/**/coverage/ +tests/e2e/reports +selenium-debug.log + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.local +*.css +*.css.map + +package-lock.json +yarn.lock