From e21e12cfc0cf4188918ca93e508938ac5b7e8e9d Mon Sep 17 00:00:00 2001 From: liuy <37787198+LiuyCodes@users.noreply.github.com> Date: Wed, 9 Jul 2025 15:54:13 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=20.gitignore=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=BB=A5=E5=BF=BD=E7=95=A5=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=92=8C=E9=A1=B9=E7=9B=AE=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E7=94=9F=E6=88=90=E7=9A=84=E4=B8=B4=E6=97=B6=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 忽略 macOS 系统生成的临时文件和目录 - 忽略 Windows系统生成的临时文件和目录 - 忽略 IntelliJ IDEA 自动生成的缓存目录 - 忽略 Maven 构建过程生成的临时目录 --- nifi-hzyadev-bundle/.gitignore | 60 ++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 nifi-hzyadev-bundle/.gitignore diff --git a/nifi-hzyadev-bundle/.gitignore b/nifi-hzyadev-bundle/.gitignore new file mode 100644 index 0000000..57deb9b --- /dev/null +++ b/nifi-hzyadev-bundle/.gitignore @@ -0,0 +1,60 @@ +# ---> macOS +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +# ---> Windows +# Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp +*.iml + +# Windows shortcuts +*.lnk +/.idea/ +/log/ +/file/ +/buildpackage/src/main/resources/banner.txt +/hzya-nifi-*/target/