From b2d09b0d9fe6a325f96a1acfef8530bc72b41981 Mon Sep 17 00:00:00 2001 From: Max Weber Date: Sat, 16 Oct 2021 00:27:49 -0600 Subject: [PATCH] unify gitignores the one in templateplugin needs to remain where it is, as it is part of the template --- .gitignore | 10 +++++++++- package/.gitignore | 4 ---- 2 files changed, 9 insertions(+), 5 deletions(-) delete mode 100644 package/.gitignore diff --git a/.gitignore b/.gitignore index 485dee64b..92f472cb9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,9 @@ -.idea +.gradle/ +.idea/ +build +.project +.settings/ +.classpath +nbactions.xml +nb-configuration.xml +nbproject/ \ No newline at end of file diff --git a/package/.gitignore b/package/.gitignore deleted file mode 100644 index 33ebf499f..000000000 --- a/package/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -.gradle/ -.idea/ -build -profile.svg \ No newline at end of file