From 757ead0d34ff6b90045f20b92ce2285a9e34d773 Mon Sep 17 00:00:00 2001 From: "Edward M. Kagan" Date: Thu, 29 Oct 2020 04:10:07 +0300 Subject: [PATCH] More ignorance --- .gitignore | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index aebfcef..0c52613 100644 --- a/.gitignore +++ b/.gitignore @@ -1,36 +1,37 @@ # Eclipse -.project -.classpath -.settings/ -.factorypath +**/.project +**/.classpath +**/.settings/ +**/.factorypath +**/.classpath bin/ # IntelliJ -.idea -*.ipr -*.iml -*.iws +**/.idea +**/*.ipr +**/*.iml +**/*.iws # NetBeans -nb-configuration.xml +**/nb-configuration.xml # Visual Studio Code -.vscode +**/.vscode # OSX -.DS_Store +**/.DS_Store # Vim -*.swp -*.swo +**/*.swp +**/*.swo # patch -*.orig -*.rej +**/*.orig +**/*.rej # Maven -target/ -pom.xml.tag -pom.xml.releaseBackup -pom.xml.versionsBackup -release.properties +**/target/ +**/pom.xml.tag +**/pom.xml.releaseBackup +**/pom.xml.versionsBackup +**/release.properties