From 1df41771032993c0570e50ab246257f053e9a0ae Mon Sep 17 00:00:00 2001 From: almax35 Date: Sat, 3 Jun 2023 15:48:38 +0300 Subject: [PATCH 1/2] gitignore changes --- Lesson11.SpringAnnotations3/.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Lesson11.SpringAnnotations3/.gitignore b/Lesson11.SpringAnnotations3/.gitignore index a5982c10..9db505f9 100644 --- a/Lesson11.SpringAnnotations3/.gitignore +++ b/Lesson11.SpringAnnotations3/.gitignore @@ -3,7 +3,6 @@ ### Example user template # IntelliJ project files -.idea *.iml out gen### macOS template From 699d983e0760762054d36846edfc33ac4f6bff46 Mon Sep 17 00:00:00 2001 From: almax35 Date: Sat, 3 Jun 2023 15:55:45 +0300 Subject: [PATCH 2/2] gitignore changes --- Lesson11.SpringAnnotations3/.gitignore | 110 ------------------------- 1 file changed, 110 deletions(-) delete mode 100644 Lesson11.SpringAnnotations3/.gitignore diff --git a/Lesson11.SpringAnnotations3/.gitignore b/Lesson11.SpringAnnotations3/.gitignore deleted file mode 100644 index 9db505f9..00000000 --- a/Lesson11.SpringAnnotations3/.gitignore +++ /dev/null @@ -1,110 +0,0 @@ -# Created by .ignore support plugin (hsz.mobi) -### Example user template template -### Example user template - -# IntelliJ project files -*.iml -out -gen### macOS template -# 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 -### Linux template -*~ - -# temporary files which can be created if a process still has a handle open of a deleted file -.fuse_hidden* - -# KDE directory preferences -.directory - -# Linux trash folder which might appear on any partition or disk -.Trash-* - -# .nfs files are created when an open file is removed but is still being accessed -.nfs* -### Java template -# 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* -### Windows template -# Windows thumbnail cache files -Thumbs.db -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 - -# Windows shortcuts -*.lnk -### Maven template -target/ -pom.xml.tag -pom.xml.releaseBackup -pom.xml.versionsBackup -pom.xml.next -release.properties -dependency-reduced-pom.xml -buildNumber.properties -.mvn/timing.properties - -# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) -!/.mvn/wrapper/maven-wrapper.jar -