From 0c1fe44d1be34fd249a9e9bf2c094706d51d0754 Mon Sep 17 00:00:00 2001 From: iampawan Date: Fri, 14 Jan 2022 19:05:39 +0530 Subject: [PATCH] minor additions for .ignore --- .gitignore | 1 - .pubignore | 1 + example/.gitignore | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .pubignore diff --git a/.gitignore b/.gitignore index fb8df37..bb431f0 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,6 @@ .buildlog/ .history .svn/ -velocitylib.code-workspace # IntelliJ related *.iml diff --git a/.pubignore b/.pubignore new file mode 100644 index 0000000..7c9dac4 --- /dev/null +++ b/.pubignore @@ -0,0 +1 @@ +velocitylib.code-workspace diff --git a/example/.gitignore b/example/.gitignore index 1ba9c33..639252f 100644 --- a/example/.gitignore +++ b/example/.gitignore @@ -8,6 +8,7 @@ .buildlog/ .history .svn/ +build # IntelliJ related *.iml