You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by jw...@apache.org on 2021/11/11 10:04:49 UTC

[daffodil-vscode] branch main updated: Clean up .vscodeignores

This is an automated email from the ASF dual-hosted git repository.

jw3 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


The following commit(s) were added to refs/heads/main by this push:
     new 5ad4682  Clean up .vscodeignores
5ad4682 is described below

commit 5ad468253c3e724ebaf6472afd9f191c5106bf1b
Author: John Wass <wa...@ctc.com>
AuthorDate: Thu Nov 11 04:42:59 2021 -0500

    Clean up .vscodeignores
    
    There were several files that were not ignored that should have been and other non applicable entries from previous iterations of this repo.
    
    This commit changes the ignore approach to a whitelist.
    
    Closes #30
---
 .vscodeignore | 28 +++++++++-------------------
 1 file changed, 9 insertions(+), 19 deletions(-)

diff --git a/.vscodeignore b/.vscodeignore
index dec88c4..d251050 100644
--- a/.vscodeignore
+++ b/.vscodeignore
@@ -12,23 +12,13 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-.vscode/**/*
-.gitignore
-.travis.yml
-appveyor.yml
-src/**/*
-out/tests/**/*
-**/*.js.map
-build
-sampleworkspace
-node_modules
-tsconfig.json
-out
-sampleWebWorkerWorkspace
-sampleWorkspace
-
-# sbt directories
-target
-server
-project
+*
+*/**
+!dist/ext/extension.js
+!images/*
+!LICENSE
+!NOTICE
+!package.json
+!README.md
 !server/core/target/universal/daffodil-debugger-*.zip
+!snippets/*