From e79a78cac690ffc5cf110325cfb0d2182ecc78fa 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: Sun, 24 Dec 2023 10:25:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FcNetCMS/.gitignore | 48 +++++++++++++++++++++++++++++++++ FcNetCMS/chestnut-ui/.gitignore | 23 ++++++++++++++++ 2 files changed, 71 insertions(+) create mode 100644 FcNetCMS/.gitignore create mode 100644 FcNetCMS/chestnut-ui/.gitignore diff --git a/FcNetCMS/.gitignore b/FcNetCMS/.gitignore new file mode 100644 index 0000000..48d21f5 --- /dev/null +++ b/FcNetCMS/.gitignore @@ -0,0 +1,48 @@ +###################################################################### +# 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/ + +###################################################################### +# Others +*.log +*.xml.versionsBackup +*.swp + +!*/build/*.java +!*/build/*.html +!*/build/*.xml +/chestnut-admin/logs diff --git a/FcNetCMS/chestnut-ui/.gitignore b/FcNetCMS/chestnut-ui/.gitignore new file mode 100644 index 0000000..78a752d --- /dev/null +++ b/FcNetCMS/chestnut-ui/.gitignore @@ -0,0 +1,23 @@ +.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 + +package-lock.json +yarn.lock