From 92e53897bb4e4c193b5926d632708364934d40d1 Mon Sep 17 00:00:00 2001 From: Augustin Husson Date: Tue, 19 Dec 2023 15:19:09 +0100 Subject: [PATCH] cleanup gitignore Signed-off-by: Augustin Husson --- .gitignore | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.gitignore b/.gitignore index 2f42cfd..7efc8a0 100644 --- a/.gitignore +++ b/.gitignore @@ -8,25 +8,6 @@ # User-specific stuff .idea/ -# AWS User-specific -.idea/**/aws.xml - -# Generated files -.idea/**/contentModel.xml - -# Sensitive or high-churn files -.idea/**/dataSources/ -.idea/**/dataSources.ids -.idea/**/dataSources.local.xml -.idea/**/sqlDataSources.xml -.idea/**/dynamic.xml -.idea/**/uiDesigner.xml -.idea/**/dbnavigator.xml - -# Gradle -.idea/**/gradle.xml -.idea/**/libraries - # Gradle and Maven with auto-import # When using Gradle or Maven with auto-import, you should exclude module files, # since they will be recreated, and may cause churn. Uncomment if using