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